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 ) {
|
function showInclude( $par ) {
|
||||||
global $wgOut, $wgContribScoreDisableCache;
|
global $wgOut;
|
||||||
|
|
||||||
if($wgContribScoreDisableCache) {
|
|
||||||
global $wgParser;
|
|
||||||
$wgParser->disableCache();
|
|
||||||
}
|
|
||||||
|
|
||||||
$days = null;
|
$days = null;
|
||||||
$limit = null;
|
$limit = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user