plugins/SpecialPageFuncs.php
changeset 1090 6c84fb196026
parent 1081 745200a9cc2a
child 1137 9f928ce05b6b
--- a/plugins/SpecialPageFuncs.php	Fri Aug 21 13:49:45 2009 -0400
+++ b/plugins/SpecialPageFuncs.php	Fri Aug 21 13:50:20 2009 -0400
@@ -640,7 +640,7 @@
           if ( !$q )
             $db->die_json();
           
-          while ( $row = $db->fetchrow() )
+          while ( $row = $db->fetchrow($q) )
           {
             $key = array(
               'name' => $row['username'],