From: Niklas Laxström Date: Tue, 22 May 2007 20:44:35 +0000 (+0000) Subject: * Revert r22349, breaks things up X-Git-Tag: 1.31.0-rc.0~52820 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=6a86e87812c5a6798ec275671668e2b6af1f5f37;p=lhc%2Fweb%2Fwiklou.git * Revert r22349, breaks things up --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b2a5bbd9cc..a6ef8a62ba 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 36941097c6..cf88250993 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -423,7 +423,7 @@ class SpecialPage wfProfileOut( __METHOD__ ); return false; } elseif ( !$including ) { - $wgTitle = $page->getTitle( $par ); + $wgTitle = $page->getTitle(); } $page->including( $including );