X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcache%2FLocalisationCache.php;h=3bbf1bb89ee99ec4a6a9d626ecc4a44abaae4515;hb=caaa9eacbf9dd3128a4668bf2fc2fbc057784bc5;hp=1c36ec00551e409a8c8da65f8940995cc873c783;hpb=a5ee223cde679dece81f9c038e9fb43ddd937410;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/LocalisationCache.php b/includes/cache/LocalisationCache.php index 1c36ec0055..3bbf1bb89e 100644 --- a/includes/cache/LocalisationCache.php +++ b/includes/cache/LocalisationCache.php @@ -691,7 +691,6 @@ class LocalisationCache { global $IP; wfProfileIn( __METHOD__ ); - // This reads in the PHP i18n file with non-messages l10n data $fileName = Language::getMessagesFileName( $code ); if ( !file_exists( $fileName ) ) {