diff options
Diffstat (limited to 'includes/jobqueue/aggregator/JobQueueAggregatorRedis.php')
-rw-r--r-- | includes/jobqueue/aggregator/JobQueueAggregatorRedis.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/jobqueue/aggregator/JobQueueAggregatorRedis.php b/includes/jobqueue/aggregator/JobQueueAggregatorRedis.php index db9e764c..847dd6f4 100644 --- a/includes/jobqueue/aggregator/JobQueueAggregatorRedis.php +++ b/includes/jobqueue/aggregator/JobQueueAggregatorRedis.php @@ -44,7 +44,7 @@ class JobQueueAggregatorRedis extends JobQueueAggregator { * If a hostname is specified but no port, the standard port number * 6379 will be used. Required. */ - protected function __construct( array $params ) { + public function __construct( array $params ) { parent::__construct( $params ); $this->servers = isset( $params['redisServers'] ) ? $params['redisServers'] |