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;