X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FrebuildLocalisationCache.php;h=07c55698df436b654488506c71c5752d6d037289;hb=101493a70783b15656daa0686d404ac1a7a6976b;hp=1f4ac8517a1f56c9fc4bddd20d132ed1c3be2588;hpb=fadd3277f73c8922cea2443a7e6566f54726fbbc;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/rebuildLocalisationCache.php b/maintenance/rebuildLocalisationCache.php index 1f4ac8517a..07c55698df 100644 --- a/maintenance/rebuildLocalisationCache.php +++ b/maintenance/rebuildLocalisationCache.php @@ -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() ),