From: Alexandre Emsenhuber Date: Fri, 10 Apr 2009 11:55:25 +0000 (+0000) Subject: Removed double global declaration of $wgLang in SkinTemplate::outputPage() X-Git-Tag: 1.31.0-rc.0~42178 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/voir.php?a=commitdiff_plain;h=241fa38d0811705a893e3717a129136e13bb44a8;p=lhc%2Fweb%2Fwiklou.git Removed double global declaration of $wgLang in SkinTemplate::outputPage() --- 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__ );