global already imported few lines above
authorDomas Mituzas <midom@users.mediawiki.org>
Sun, 21 Feb 2010 17:07:37 +0000 (17:07 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Sun, 21 Feb 2010 17:07:37 +0000 (17:07 +0000)
includes/parser/Parser.php

index f7bb478..aa90132 100644 (file)
@@ -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 =