From: Aaron Schulz Date: Sun, 23 Oct 2011 10:15:51 +0000 (+0000) Subject: Removed wrong comment in doBatchLookups() X-Git-Tag: 1.31.0-rc.0~26950 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=ec94ef32813a392e4523c62a16e8f61a8679008b;p=lhc%2Fweb%2Fwiklou.git Removed wrong comment in doBatchLookups() --- diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index 07072fc504..23e922edc5 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -388,7 +388,6 @@ class HistoryPager extends ReverseChronologicalPager { # Do a link batch query $this->mResult->seek( 0 ); $batch = new LinkBatch(); - # Give some pointers to make (last) links foreach ( $this->mResult as $row ) { $batch->addObj( Title::makeTitleSafe( NS_USER, $row->user_name ) ); $batch->addObj( Title::makeTitleSafe( NS_USER_TALK, $row->user_name ) );