Index: trunk/phase3/includes/specials/SpecialActiveusers.php |
— | — | @@ -106,7 +106,7 @@ |
107 | 107 | 'USE INDEX' => array( 'recentchanges' => 'rc_user_text' ) |
108 | 108 | ), |
109 | 109 | 'join_conds' => array( |
110 | | - 'user' => array( 'INNER JOIN', 'rc_user=user_id' ), |
| 110 | + 'user' => array( 'INNER JOIN', 'rc_user_text=user_name' ), |
111 | 111 | 'ipblocks' => array( 'LEFT JOIN', 'user_id=ipb_user AND ipb_auto=0 AND ipb_deleted=1' ), |
112 | 112 | ), |
113 | 113 | 'conds' => $conds |