* Two special pages had the same description, meaning that only one showed up
[lhc/web/wiklou.git] / maintenance / diffLanguage.php
index a988599..0b028a7 100644 (file)
@@ -75,7 +75,7 @@ function ucfirstlcrest($string) {
 function getMediawikiMessages($languageCode = 'En') {
 
        $foo = "wgAllMessages$languageCode";
-       global $$foo;
+       global $$foo, $wgSkinNamesEn;
 
        // it might already be loaded in LocalSettings.php
        if(!isset($$foo)) {