No need to disable cache; already done when including special page in Parser::braceSubstitution()
This commit is contained in:
parent
88cd81e4d0
commit
328d8efbec
1 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue