Unbreaking stuff that previous commit broke

This commit is contained in:
Tim Laqua 2008-05-16 01:59:42 +00:00
parent 86c3ce39b1
commit 1cd4e250f9
3 changed files with 6 additions and 7 deletions

View file

@ -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();
}