Split some Language methods to LanguageNameUtils
[lhc/web/wiklou.git] / maintenance / rebuildLocalisationCache.php
index 8a519e7..e5f799d 100644 (file)
@@ -88,7 +88,7 @@ class RebuildLocalisationCache extends Maintenance {
                // XXX Copy-pasted from ServiceWiring.php. Do we need a factory for this one caller?
                $lc = new LocalisationCacheBulkLoad(
                        new ServiceOptions(
-                               LocalisationCache::$constructorOptions,
+                               LocalisationCache::CONSTRUCTOR_OPTIONS,
                                $conf,
                                MediaWikiServices::getInstance()->getMainConfig()
                        ),