r60485 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60484‎ | r60485 | r60486 >
Date:22:11, 29 December 2009
Author:btongminh
Status:ok
Tags:
Comment:
Remove debugging comment accidentily left in in r59762
Modified paths:
  • /trunk/extensions/GlobalUsage/SpecialGlobalUsage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GlobalUsage/SpecialGlobalUsage.php
@@ -139,7 +139,7 @@
140140 $name = $title->getDBkey();
141141 if ( !isset( self::$queryCache[$name] ) ) {
142142 $query = new GlobalUsageQuery( $title );
143 - //$query->filterLocal();
 143+ $query->filterLocal();
144144 $query->execute();
145145
146146 self::$queryCache[$name] = $query;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r59762Per comments on r56201:...btongminh21:59, 5 December 2009

Status & tagging log