Index: trunk/phase3/includes/api/ApiQueryAllUsers.php |
— | — | @@ -119,7 +119,7 @@ |
120 | 120 | $this->addTables( 'recentchanges' ); |
121 | 121 | |
122 | 122 | $this->addJoinConds( array( 'recentchanges' => array( |
123 | | - 'INNER JOIN', 'rc_user=user_id' |
| 123 | + 'INNER JOIN', 'rc_user_text=user_name' |
124 | 124 | ) ) ); |
125 | 125 | |
126 | 126 | $this->addFields( 'COUNT(*) AS recentedits' ); |