r79692 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79691‎ | r79692 | r79693 >
Date:23:59, 5 January 2011
Author:platonides
Status:ok
Tags:
Comment:
Unused global
Modified paths:
  • /trunk/phase3/includes/api/ApiParse.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiParse.php
@@ -65,7 +65,7 @@
6666
6767 // The parser needs $wgTitle to be set, apparently the
6868 // $title parameter in Parser::parse isn't enough *sigh*
69 - global $wgParser, $wgUser, $wgTitle, $wgEnableParserCache, $wgLang;
 69+ global $wgParser, $wgUser, $wgTitle, $wgLang;
7070
7171 // Currently unnecessary, code to act as a safeguard against any change in current behaviour of uselang breaks
7272 $oldLang = null;

Status & tagging log