From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- includes/jobqueue/aggregator/JobQueueAggregatorRedis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/jobqueue/aggregator/JobQueueAggregatorRedis.php') 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'] -- cgit v1.2.3-54-g00ecf