From 328d8efbecbe4df7655e1ea155a629f83d8ef92e Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 4 Feb 2011 16:34:26 +0000 Subject: [PATCH] No need to disable cache; already done when including special page in Parser::braceSubstitution() --- ContributionScores_body.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ContributionScores_body.php b/ContributionScores_body.php index ca607ed..bceeab1 100644 --- a/ContributionScores_body.php +++ b/ContributionScores_body.php @@ -148,12 +148,7 @@ class ContributionScores extends IncludableSpecialPage { } function showInclude( $par ) { - global $wgOut, $wgContribScoreDisableCache; - - if($wgContribScoreDisableCache) { - global $wgParser; - $wgParser->disableCache(); - } + global $wgOut; $days = null; $limit = null;