Index: branches/wmf/1.16wmf4/includes/api/ApiQueryAllUsers.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | } |
76 | 76 | |
77 | 77 | if ( $params['witheditsonly'] ) |
78 | | - $this->addWhere( 'user_editcount > 0' ); |
| 78 | + $this->addWhere( 'u1.user_editcount > 0' ); |
79 | 79 | |
80 | 80 | if ( $fld_groups ) { |
81 | 81 | // Show the groups the given users belong to |
Property changes on: branches/wmf/1.16wmf4/includes/api |
___________________________________________________________________ |
Name: svn:mergeinfo |
82 | 82 | - /branches/REL1_15/phase3/includes/api:51646 |
/branches/sqlite/includes/api:58211-58321 |
/branches/wmf-deployment/includes/api:53381,59952,60970 |
/trunk/phase3/includes/api:63549,63764,63897-63901,64454 |
83 | 83 | + /branches/REL1_15/phase3/includes/api:51646 |
/branches/sqlite/includes/api:58211-58321 |
/branches/wmf-deployment/includes/api:53381,59952,60970 |
/trunk/phase3/includes/api:63549,63764,63897-63901,64454,66486 |