From: Domas Mituzas Date: Sun, 21 Feb 2010 17:07:37 +0000 (+0000) Subject: global already imported few lines above X-Git-Tag: 1.31.0-rc.0~37673 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=ac961eca63d1e4046f417a3a47a5a4f742adcf2d;p=lhc%2Fweb%2Fwiklou.git global already imported few lines above --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index f7bb478b9e..aa901322c0 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -428,7 +428,6 @@ class Parser # Information on include size limits, for the benefit of users who try to skirt them if ( $this->mOptions->getEnableLimitReport() ) { - global $wgExpensiveParserFunctionLimit; $max = $this->mOptions->getMaxIncludeSize(); $PFreport = "Expensive parser function count: {$this->mExpensiveFunctionCount}/$wgExpensiveParserFunctionLimit\n"; $limitReport =