r62776 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62775‎ | r62776 | r62777 >
Date:17:07, 21 February 2010
Author:midom
Status:ok
Tags:
Comment:
global already imported few lines above
Modified paths:
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

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

Status & tagging log