From: Aaron Schulz Date: Tue, 27 Sep 2011 18:55:15 +0000 (+0000) Subject: (bug 31088) [Regression] "Create account/log in" should use the current title and... X-Git-Tag: 1.31.0-rc.0~27400 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=900733e1727d96552ee7ca9ff27fdeb064315e7a;p=lhc%2Fweb%2Fwiklou.git (bug 31088) [Regression] "Create account/log in" should use the current title and query in returnto --- diff --git a/includes/SpecialPageFactory.php b/includes/SpecialPageFactory.php index 210c218c34..25adf2259a 100644 --- a/includes/SpecialPageFactory.php +++ b/includes/SpecialPageFactory.php @@ -455,7 +455,7 @@ class SpecialPageFactory { wfProfileOut( __METHOD__ ); return $title; } else { - $context->setTitle( $page->getTitle() ); + $context->setTitle( $page->getTitle( $par ) ); } } elseif ( !$page->isIncludable() ) {