From 6188f2dcb02cb6617682cdd1a8966c5f490b75dc Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 9 Feb 2013 16:20:06 +0100 Subject: [PATCH] The right casing is IcuCollation Follow-up to e8c0c2ad. Change-Id: Ic2240a7e09abe607c87df64fd688b908fb8aa580 --- maintenance/language/generateCollationData.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ""; -- 2.20.1