r49362 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49361‎ | r49362 | r49363 >
Date:11:55, 10 April 2009
Author:ialex
Status:ok
Tags:
Comment:
Removed double global declaration of $wgLang in SkinTemplate::outputPage()
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -142,7 +142,7 @@
143143 global $wgMaxCredits, $wgShowCreditsIfMax;
144144 global $wgPageShowWatchingUsers;
145145 global $wgUseTrackbacks, $wgUseSiteJs;
146 - global $wgArticlePath, $wgScriptPath, $wgServer, $wgLang, $wgCanonicalNamespaceNames;
 146+ global $wgArticlePath, $wgScriptPath, $wgServer, $wgCanonicalNamespaceNames;
147147
148148 wfProfileIn( __METHOD__ );
149149

Status & tagging log