From a1789ddde42033f1b05cc4929491214ee6e79383 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 17 Dec 2015 09:15:42 +0100 Subject: Update to MediaWiki 1.26.0 --- includes/libs/HashRing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/libs/HashRing.php') diff --git a/includes/libs/HashRing.php b/includes/libs/HashRing.php index 2022b225..e7a10997 100644 --- a/includes/libs/HashRing.php +++ b/includes/libs/HashRing.php @@ -223,8 +223,8 @@ class HashRing { * @return array List of locations * @throws UnexpectedValueException */ - public function getLiveLocations( $item ) { - return $this->getLiveRing()->getLocations( $item ); + public function getLiveLocations( $item, $limit ) { + return $this->getLiveRing()->getLocations( $item, $limit ); } /** -- cgit v1.2.3-54-g00ecf