Removed double global declaration of $wgLang in SkinTemplate::outputPage()
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 10 Apr 2009 11:55:25 +0000 (11:55 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 10 Apr 2009 11:55:25 +0000 (11:55 +0000)
includes/SkinTemplate.php

index 7a180d8..8ba30c1 100644 (file)
@@ -142,7 +142,7 @@ class SkinTemplate extends Skin {
                global $wgMaxCredits, $wgShowCreditsIfMax;
                global $wgPageShowWatchingUsers;
                global $wgUseTrackbacks, $wgUseSiteJs;
-               global $wgArticlePath, $wgScriptPath, $wgServer, $wgLang, $wgCanonicalNamespaceNames;
+               global $wgArticlePath, $wgScriptPath, $wgServer, $wgCanonicalNamespaceNames;
 
                wfProfileIn( __METHOD__ );