The right casing is IcuCollation
authorPlatonides <platonides@gmail.com>
Sat, 9 Feb 2013 15:20:06 +0000 (16:20 +0100)
committerPlatonides <platonides@gmail.com>
Sat, 9 Feb 2013 15:20:06 +0000 (16:20 +0100)
Follow-up to e8c0c2ad.

Change-Id: Ic2240a7e09abe607c87df64fd688b908fb8aa580

maintenance/language/generateCollationData.php

index aba346f..0d5e238 100644 (file)
@@ -71,8 +71,8 @@ class GenerateCollationData extends Maintenance {
                $ucdallURL = "http://www.unicode.org/Public/<Unicode version>/ucdxml/ucd.all.grouped.zip";
 
                if ( !$allkeysPresent || !$ucdallPresent ) {
-                       $icuVersion = ICUCollation::getICUVersion();
-                       $unicodeVersion = ICUCollation::getUnicodeVersionForICU();
+                       $icuVersion = IcuCollation::getICUVersion();
+                       $unicodeVersion = IcuCollation::getUnicodeVersionForICU();
 
                        $error = "";