Aaron Schulz has submitted this change and it was merged.
Change subject: Add missing break in switch
......................................................................
Add missing break in switch
Change Id47efec7 left a break out in a switch case.
Change-Id: If8e9e7085ae3504161162511873bc280dd4be509
---
M specials/SpecialCentralAutoLogin.php
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Aaron Schulz: Verified; Looks good to me, approved
jenkins-bot: Checked
diff --git a/specials/SpecialCentralAutoLogin.php
b/specials/SpecialCentralAutoLogin.php
index da1a6b6..b279dee 100644
--- a/specials/SpecialCentralAutoLogin.php
+++ b/specials/SpecialCentralAutoLogin.php
@@ -295,6 +295,7 @@
'returntoquery' => $request->getVal(
'returntoquery' ),
) );
$data['script'] = 'top.location.href = ' .
Xml::encodeJsVar( $url ) . ';';
+ break;
case 'NW':
// To avoid cross-domain restrictions, we have
--
To view, visit https://gerrit.wikimedia.org/r/68608
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If8e9e7085ae3504161162511873bc280dd4be509
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Tim Starling <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits