No need to disable cache; already done when including special page in Parser::braceSubstitution()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user