minor issue, really.
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 25 Aug 2005 00:49:30 +0000 (00:49 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 25 Aug 2005 00:49:30 +0000 (00:49 +0000)
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)) {