Ejegg has submitted this change and it was merged.

Change subject: WP audit script: Small issue with the contribution tracking data
......................................................................


WP audit script: Small issue with the contribution tracking data

Change-Id: I5157a8ba2714a3bbf586a0e1631fe05e4237156e
---
M sites/all/modules/wmf_audit/wmf_audit.module
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ejegg: Looks good to me, approved



diff --git a/sites/all/modules/wmf_audit/wmf_audit.module 
b/sites/all/modules/wmf_audit/wmf_audit.module
index 022843c..7dad9cc 100644
--- a/sites/all/modules/wmf_audit/wmf_audit.module
+++ b/sites/all/modules/wmf_audit/wmf_audit.module
@@ -1119,7 +1119,7 @@
 
     $ret = array();
     foreach ($keep as $thing) {
-      $ret = $result[$thing];
+      $ret[$thing] = $result[$thing];
     }
 
     //and then, so we can double-check ourselves on the outside...

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5157a8ba2714a3bbf586a0e1631fe05e4237156e
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Katie Horn <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to