* (bug 153) Adjust thumbnail size calculations to match consistently;
[lhc/web/wiklou.git] / includes / SpecialListusers.php
index fc664e0..62bfb88 100644 (file)
@@ -61,7 +61,7 @@ class ListUsersPage extends QueryPage {
                
                $batch = new LinkBatch;
                while ( $row = $db->fetchObject( $res ) ) {
-                       $batch->addObj( Title::makeTitleSafe( NS_USER, $row->title ) );
+                       $batch->addObj( Title::makeTitleSafe( $row->namespace, $row->title ) );
                }
                $batch->execute( $wgLinkCache );