jenkins-bot has submitted this change and it was merged.

Change subject: Keep returnto, returntoquery on Special:CreateAccount redirect
......................................................................


Keep returnto, returntoquery on Special:CreateAccount redirect

Bug: 55765
Change-Id: I1d05a1b91b2ac4097e09d11510d53fdfce1e0565
---
M includes/SpecialPage.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Parent5446: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php
index 61630a9..72217fa 100644
--- a/includes/SpecialPage.php
+++ b/includes/SpecialPage.php
@@ -1227,7 +1227,7 @@
  */
 class SpecialCreateAccount extends SpecialRedirectToSpecial {
        function __construct() {
-               parent::__construct( 'CreateAccount', 'Userlogin', 'signup', 
array( 'uselang' ) );
+               parent::__construct( 'CreateAccount', 'Userlogin', 'signup', 
array( 'returnto', 'returntoquery', 'uselang' ) );
        }
 
        // No reason to hide this link on Special:Specialpages

-- 
To view, visit https://gerrit.wikimedia.org/r/90088
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1d05a1b91b2ac4097e09d11510d53fdfce1e0565
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Parent5446 <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to