From: Aaron Schulz Date: Mon, 24 Aug 2015 11:57:26 +0000 (-0700) Subject: Fixed HashRing IDE errors X-Git-Tag: 1.31.0-rc.0~10297^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=9442f8c1960f9d13b0e0216f5e60d083d6abf4d4;p=lhc%2Fweb%2Fwiklou.git Fixed HashRing IDE errors Change-Id: Ia3fa0df6f13adc4788d1414a9bc965fdc4ec1915 --- diff --git a/includes/libs/HashRing.php b/includes/libs/HashRing.php index 2022b225c7..e7a10997cc 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 ); } /**