r53385 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53384‎ | r53385 | r53386 >
Date:00:01, 17 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
Solves double escaping issue for moveThisPage function (used by CologneBlue and Standard skins) - seen when on pages with titles that contain diacritical marks.
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -1735,7 +1735,7 @@
17361736 SpecialPage::getTitleFor( 'Movepage' ),
17371737 wfMsg( 'movethispage' ),
17381738 array(),
1739 - array( 'target' => $this->mTitle->getPrefixedURL() ),
 1739+ array( 'target' => $this->mTitle->getPrefixedDBkey() ),
17401740 array( 'known', 'noclasses' )
17411741 );
17421742 } else {

Status & tagging log