From 241fa38d0811705a893e3717a129136e13bb44a8 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 10 Apr 2009 11:55:25 +0000 Subject: [PATCH] Removed double global declaration of $wgLang in SkinTemplate::outputPage() --- includes/SkinTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 7a180d88f5..8ba30c119b 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -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__ ); -- 2.20.1