Removed wrong comment in doBatchLookups()
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 23 Oct 2011 10:15:51 +0000 (10:15 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 23 Oct 2011 10:15:51 +0000 (10:15 +0000)
includes/actions/HistoryAction.php

index 07072fc..23e922e 100644 (file)
@@ -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 ) );