Unused global
authorPlatonides <platonides@users.mediawiki.org>
Wed, 5 Jan 2011 23:59:04 +0000 (23:59 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 5 Jan 2011 23:59:04 +0000 (23:59 +0000)
includes/api/ApiParse.php

index cbd5d0b..52c9749 100644 (file)
@@ -65,7 +65,7 @@ class ApiParse extends ApiBase {
 
                // The parser needs $wgTitle to be set, apparently the
                // $title parameter in Parser::parse isn't enough *sigh*
-               global $wgParser, $wgUser, $wgTitle, $wgEnableParserCache, $wgLang;
+               global $wgParser, $wgUser, $wgTitle, $wgLang;
 
                // Currently unnecessary, code to act as a safeguard against any change in current behaviour of uselang breaks
                $oldLang = null;