From: Aaron Schulz Date: Tue, 9 Jul 2019 05:56:25 +0000 (-0700) Subject: jobqueue: remove unused "aggregator" field reference in JobQueueFederated X-Git-Tag: 1.34.0-rc.0~1115^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=95a797c0c3d96f97bac981eae41f2569b14ce061;p=lhc%2Fweb%2Fwiklou.git jobqueue: remove unused "aggregator" field reference in JobQueueFederated Change-Id: I355d1669a3845508d9be3ad11653f1b98446d9be --- diff --git a/includes/jobqueue/JobQueueFederated.php b/includes/jobqueue/JobQueueFederated.php index 8b5a62ef54..beab4c6bae 100644 --- a/includes/jobqueue/JobQueueFederated.php +++ b/includes/jobqueue/JobQueueFederated.php @@ -88,8 +88,6 @@ class JobQueueFederated extends JobQueue { ) { unset( $baseConfig[$o] ); // partition queue doesn't care about this } - // The class handles all aggregator calls already - unset( $baseConfig['aggregator'] ); // Get the partition queue objects foreach ( $partitionMap as $partition => $w ) { if ( !isset( $params['configByPartition'][$partition] ) ) {