From 9a5c36d3c1382a501c5e7a1a5537a31a8cebecbd Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 5 Jan 2011 23:59:04 +0000 Subject: [PATCH] Unused global --- includes/api/ApiParse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiParse.php b/includes/api/ApiParse.php index cbd5d0b2d2..52c9749f46 100644 --- a/includes/api/ApiParse.php +++ b/includes/api/ApiParse.php @@ -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; -- 2.20.1