From: Platonides Date: Wed, 5 Jan 2011 23:59:04 +0000 (+0000) Subject: Unused global X-Git-Tag: 1.31.0-rc.0~32782 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=9a5c36d3c1382a501c5e7a1a5537a31a8cebecbd;p=lhc%2Fweb%2Fwiklou.git Unused global --- 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;