From: Erik Bernhardson Date: Thu, 30 Jun 2016 21:21:19 +0000 (-0700) Subject: Fix reference to undefined class X-Git-Tag: 1.31.0-rc.0~6475 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=4aca0ce803d46ebac1c565e4a03090d60923ac6c;p=lhc%2Fweb%2Fwiklou.git Fix reference to undefined class This error class was moved into wikimedia/cldr-plural-rule-parser project, but in the conversion process this exception was not converted over. Change-Id: I36a2466a89e2ed6f0b98b45fcb945b6fdf56fbcf --- diff --git a/includes/cache/localisation/LocalisationCache.php b/includes/cache/localisation/LocalisationCache.php index 0fb9ed8561..4970a2bb5f 100644 --- a/includes/cache/localisation/LocalisationCache.php +++ b/includes/cache/localisation/LocalisationCache.php @@ -23,6 +23,7 @@ use Cdb\Reader as CdbReader; use Cdb\Writer as CdbWriter; use CLDRPluralRuleParser\Evaluator; +use CLDRPluralRuleParser\Error as CLDRPluralRuleError; use MediaWiki\MediaWikiServices; /**