From 6a86e87812c5a6798ec275671668e2b6af1f5f37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 22 May 2007 20:44:35 +0000 Subject: [PATCH] * Revert r22349, breaks things up --- RELEASE-NOTES | 1 - includes/SpecialPage.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 ); -- 2.20.1