r11562 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11561‎ | r11562 | r11563 >
Date:03:03, 29 October 2005
Author:avar
Status:old
Tags:
Comment:
* NS_USER => $row->namespace (it's going to be the same anyway)
Modified paths:
  • /trunk/phase3/includes/SpecialListusers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialListusers.php
@@ -61,7 +61,7 @@
6262
6363 $batch = new LinkBatch;
6464 while ( $row = $db->fetchObject( $res ) ) {
65 - $batch->addObj( Title::makeTitleSafe( NS_USER, $row->title ) );
 65+ $batch->addObj( Title::makeTitleSafe( $row->namespace, $row->title ) );
6666 }
6767 $batch->execute( $wgLinkCache );
6868

Status & tagging log