From: Platonides Date: Sat, 9 Feb 2013 15:20:06 +0000 (+0100) Subject: The right casing is IcuCollation X-Git-Tag: 1.31.0-rc.0~20743^2 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=6188f2dcb02cb6617682cdd1a8966c5f490b75dc;p=lhc%2Fweb%2Fwiklou.git The right casing is IcuCollation Follow-up to e8c0c2ad. Change-Id: Ic2240a7e09abe607c87df64fd688b908fb8aa580 --- diff --git a/maintenance/language/generateCollationData.php b/maintenance/language/generateCollationData.php index aba346f0fc..0d5e238f9c 100644 --- a/maintenance/language/generateCollationData.php +++ b/maintenance/language/generateCollationData.php @@ -71,8 +71,8 @@ class GenerateCollationData extends Maintenance { $ucdallURL = "http://www.unicode.org/Public//ucdxml/ucd.all.grouped.zip"; if ( !$allkeysPresent || !$ucdallPresent ) { - $icuVersion = ICUCollation::getICUVersion(); - $unicodeVersion = ICUCollation::getUnicodeVersionForICU(); + $icuVersion = IcuCollation::getICUVersion(); + $unicodeVersion = IcuCollation::getUnicodeVersionForICU(); $error = "";