r81523 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81522‎ | r81523 | r81524 >
Date:16:34, 4 February 2011
Author:ialex
Status:deferred
Tags:
Comment:
No need to disable cache; already done when including special page in Parser::braceSubstitution()
Modified paths:
  • /trunk/extensions/ContributionScores/ContributionScores_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContributionScores/ContributionScores_body.php
@@ -148,12 +148,7 @@
149149 }
150150
151151 function showInclude( $par ) {
152 - global $wgOut, $wgContribScoreDisableCache;
153 -
154 - if($wgContribScoreDisableCache) {
155 - global $wgParser;
156 - $wgParser->disableCache();
157 - }
 152+ global $wgOut;
158153
159154 $days = null;
160155 $limit = null;

Status & tagging log