From ac961eca63d1e4046f417a3a47a5a4f742adcf2d Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Sun, 21 Feb 2010 17:07:37 +0000 Subject: [PATCH] global already imported few lines above --- includes/parser/Parser.php | 1 - 1 file changed, 1 deletion(-) 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 = -- 2.20.1