X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fjobqueue%2FJobQueueFederated.php;h=beab4c6baecc473999b5161846d39b10c6667ee1;hb=2fc229116d6b040667b6f8592c48a8527abf2673;hp=8b5a62ef54cfd663fe9830384073266820ee38c8;hpb=09072db2c800c9206245c6a7d98eba64b4c95ac0;p=lhc%2Fweb%2Fwiklou.git 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] ) ) {