Localization update for he and fixing comment in en.
[lhc/web/wiklou.git] / maintenance / language / diffLanguage.php
index 389b01d..9d395b3 100644 (file)
@@ -84,7 +84,6 @@ function getMediawikiMessages($languageCode = 'En') {
                $langFile = $IP.'/languages/classes/Language'.$languageCode.'.php';
                if (file_exists( $langFile ) ) {
                        print "Including $langFile\n";
-                       global $wgNamespaceNamesEn;  // potentially unused global declaration?
                        include($langFile);
                } else wfDie("ERROR: The file $langFile does not exist !\n");
        }