Index: trunk/extensions/ContributionScores/ContributionScores_body.php |
— | — | @@ -148,12 +148,7 @@ |
149 | 149 | } |
150 | 150 | |
151 | 151 | function showInclude( $par ) { |
152 | | - global $wgOut, $wgContribScoreDisableCache; |
153 | | - |
154 | | - if($wgContribScoreDisableCache) { |
155 | | - global $wgParser; |
156 | | - $wgParser->disableCache(); |
157 | | - } |
| 152 | + global $wgOut; |
158 | 153 | |
159 | 154 | $days = null; |
160 | 155 | $limit = null; |