Katie Horn 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:
Katie Horn: Looks good to me, approved
jenkins-bot: Verified
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/163977
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: deployment
Gerrit-Owner: Katie Horn <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits