X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FrebuildLocalisationCache.php;h=e5f799d7b37404de1152956e327e4c14046d5faa;hb=e3537bdc00244cefdaa34710be0fb0d920336ed8;hp=07c55698df436b654488506c71c5752d6d037289;hpb=4bfbf2c225d7f45aff167613f35d7d9153abe252;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/rebuildLocalisationCache.php b/maintenance/rebuildLocalisationCache.php index 07c55698df..e5f799d7b3 100644 --- a/maintenance/rebuildLocalisationCache.php +++ b/maintenance/rebuildLocalisationCache.php @@ -97,7 +97,8 @@ class RebuildLocalisationCache extends Maintenance { [ function () { MediaWikiServices::getInstance()->getResourceLoader() ->getMessageBlobStore()->clear(); - } ] + } ], + MediaWikiServices::getInstance()->getLanguageNameUtils() ); $allCodes = array_keys( Language::fetchLanguageNames( null, 'mwfile' ) );