No need to disable cache; already done when including special page in Parser::braceSubstitution()

This commit is contained in:
Alexandre Emsenhuber 2011-02-04 16:34:26 +00:00
parent 88cd81e4d0
commit 328d8efbec

View file

@ -148,12 +148,7 @@ class ContributionScores extends IncludableSpecialPage {
} }
function showInclude( $par ) { function showInclude( $par ) {
global $wgOut, $wgContribScoreDisableCache; global $wgOut;
if($wgContribScoreDisableCache) {
global $wgParser;
$wgParser->disableCache();
}
$days = null; $days = null;
$limit = null; $limit = null;