Mwalker has submitted this change and it was merged.

Change subject: fix a deprecated reference to old dequeue function
......................................................................


fix a deprecated reference to old dequeue function

Change-Id: I10f0f0b86167e446c6875cf5f56e0b3bcec39c15
---
M sites/all/modules/queue2civicrm/refund/wmf_refund_qc.module
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Mwalker: Verified; Looks good to me, approved



diff --git a/sites/all/modules/queue2civicrm/refund/wmf_refund_qc.module 
b/sites/all/modules/queue2civicrm/refund/wmf_refund_qc.module
index 6a6d1ce..94d8b74 100644
--- a/sites/all/modules/queue2civicrm/refund/wmf_refund_qc.module
+++ b/sites/all/modules/queue2civicrm/refund/wmf_refund_qc.module
@@ -78,7 +78,8 @@
 function refund_batch_process() {
   watchdog('refund', 'Executing: refund_batch_process');
 
-  $processed = wmf_common_dequeue_loop(
+  $q = queue2civicrm_stomp();
+  $processed = $q->dequeue_loop(
     variable_get('refund_queue', '/queue/refund-notifications_test'),
     variable_get('refund_batch', 0),
     'refund_process_message'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I10f0f0b86167e446c6875cf5f56e0b3bcec39c15
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Adamw <[email protected]>
Gerrit-Reviewer: Mwalker <[email protected]>

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

Reply via email to