Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -428,7 +428,6 @@ |
429 | 429 | |
430 | 430 | # Information on include size limits, for the benefit of users who try to skirt them |
431 | 431 | if ( $this->mOptions->getEnableLimitReport() ) { |
432 | | - global $wgExpensiveParserFunctionLimit; |
433 | 432 | $max = $this->mOptions->getMaxIncludeSize(); |
434 | 433 | $PFreport = "Expensive parser function count: {$this->mExpensiveFunctionCount}/$wgExpensiveParserFunctionLimit\n"; |
435 | 434 | $limitReport = |