Unbreaking stuff that previous commit broke
This commit is contained in:
parent
86c3ce39b1
commit
1cd4e250f9
3 changed files with 6 additions and 7 deletions
|
@ -154,9 +154,9 @@ class ContributionScores extends IncludableSpecialPage
|
|||
}
|
||||
|
||||
function showInclude( $par ) {
|
||||
global $wgOut, $wgContributionScoresDisableCache;
|
||||
global $wgOut, $wgContribScoreDisableCache;
|
||||
|
||||
if($wgContributionScoresDisableCache) {
|
||||
if($wgContribScoreDisableCache) {
|
||||
global $wgParser;
|
||||
$wgParser->disableCache();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue