From: Antoine Musso Date: Thu, 25 Aug 2005 00:49:30 +0000 (+0000) Subject: minor issue, really. X-Git-Tag: 1.6.0~1817 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=44d59bde635aba989bbe5132fe35f5cee7842e98;p=lhc%2Fweb%2Fwiklou.git minor issue, really. --- diff --git a/maintenance/diffLanguage.php b/maintenance/diffLanguage.php index a9885996ad..0b028a7a4d 100644 --- a/maintenance/diffLanguage.php +++ b/maintenance/diffLanguage.php @@ -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)) {