From 900733e1727d96552ee7ca9ff27fdeb064315e7a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 27 Sep 2011 18:55:15 +0000 Subject: [PATCH] (bug 31088) [Regression] "Create account/log in" should use the current title and query in returnto --- includes/SpecialPageFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) { -- 2.20.1