r100538 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100537‎ | r100538 | r100539 >
Date:10:15, 23 October 2011
Author:aaron
Status:ok
Tags:
Comment:
Removed wrong comment in doBatchLookups()
Modified paths:
  • /trunk/phase3/includes/actions/HistoryAction.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/actions/HistoryAction.php
@@ -388,7 +388,6 @@
389389 # Do a link batch query
390390 $this->mResult->seek( 0 );
391391 $batch = new LinkBatch();
392 - # Give some pointers to make (last) links
393392 foreach ( $this->mResult as $row ) {
394393 $batch->addObj( Title::makeTitleSafe( NS_USER, $row->user_name ) );
395394 $batch->addObj( Title::makeTitleSafe( NS_USER_TALK, $row->user_name ) );

Status & tagging log