Solves double escaping issue for moveThisPage function (used by CologneBlue and Stand...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 17 Jul 2009 00:01:48 +0000 (00:01 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 17 Jul 2009 00:01:48 +0000 (00:01 +0000)
includes/Skin.php

index 23d636f..fbe880d 100644 (file)
@@ -1735,7 +1735,7 @@ END;
                                SpecialPage::getTitleFor( 'Movepage' ),
                                wfMsg( 'movethispage' ),
                                array(),
-                               array( 'target' => $this->mTitle->getPrefixedURL() ),
+                               array( 'target' => $this->mTitle->getPrefixedDBkey() ),
                                array( 'known', 'noclasses' )
                        );
                } else {