* Revert r22349, breaks things up
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 22 May 2007 20:44:35 +0000 (20:44 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 22 May 2007 20:44:35 +0000 (20:44 +0000)
RELEASE-NOTES
includes/SpecialPage.php

index b2a5bbd..a6ef8a6 100644 (file)
@@ -84,7 +84,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Fix PHP strict standards warning in enhanced recent changes.
 * (bug 5850) Added hexadecimal html entities comments for $digitTransformTable
   entries.
-* Returnto now works with special pages with subpage parameters
 * (bug 7432) Change language name for Aromanian (roa-rup)
 
 == MediaWiki API changes since 1.10 ==
index 3694109..cf88250 100644 (file)
@@ -423,7 +423,7 @@ class SpecialPage
                        wfProfileOut( __METHOD__ );
                        return false;
                } elseif ( !$including ) {
-                       $wgTitle = $page->getTitle( $par );
+                       $wgTitle = $page->getTitle();
                }
                $page->including( $including );