Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -142,7 +142,7 @@ |
143 | 143 | global $wgMaxCredits, $wgShowCreditsIfMax; |
144 | 144 | global $wgPageShowWatchingUsers; |
145 | 145 | global $wgUseTrackbacks, $wgUseSiteJs; |
146 | | - global $wgArticlePath, $wgScriptPath, $wgServer, $wgLang, $wgCanonicalNamespaceNames; |
| 146 | + global $wgArticlePath, $wgScriptPath, $wgServer, $wgCanonicalNamespaceNames; |
147 | 147 | |
148 | 148 | wfProfileIn( __METHOD__ ); |
149 | 149 | |