Reedy has submitted this change and it was merged.

Change subject: Revert "Fix parameter list order when splitting a string"
......................................................................


Revert "Fix parameter list order when splitting a string"

This reverts commit 8c9b903e73ec27f88dfebe3298f8002b4ffc2b01

Change-Id: I7d69a4896d816bd701dba0d1b5191fc7c6848caa
---
M cli/wm-scripts/bv2013/sendMails.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Reedy: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/cli/wm-scripts/bv2013/sendMails.php 
b/cli/wm-scripts/bv2013/sendMails.php
index 1a9689e..141a273 100644
--- a/cli/wm-scripts/bv2013/sendMails.php
+++ b/cli/wm-scripts/bv2013/sendMails.php
@@ -30,7 +30,7 @@
        if ( !$line ) {
                continue;
        }
-       list( $site, $name, $address, $lang ) = explode( "\t", trim( $line ) );
+       list( $address, $lang, $site, $name ) = explode( "\t", trim( $line ) );
 
        if ( !( $name && $lang && $address && $site ) ) {
                print "invalid line $line $name $lang $address $site\n";

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7d69a4896d816bd701dba0d1b5191fc7c6848caa
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/SecurePoll
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to