Index: trunk/phase3/includes/api/ApiQueryAllUsers.php |
— | — | @@ -160,6 +160,9 @@ |
161 | 161 | if ( is_array( $lastUserData ) ) { |
162 | 162 | $fit = $result->addValue( array( 'query', $this->getModuleName() ), |
163 | 163 | null, $lastUserData ); |
| 164 | + |
| 165 | + $lastUserData = null; |
| 166 | + |
164 | 167 | if ( !$fit ) { |
165 | 168 | $this->setContinueEnumParameter( 'from', |
166 | 169 | $this->keyToTitle( $lastUserData['name'] ) ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -69,6 +69,7 @@ |
70 | 70 | * (bug 25767) Add userrights properties to allusers and users query lists |
71 | 71 | * (bug 26558) list=allusers auprop=groups does not list groups a user is automatically a member of |
72 | 72 | * (bug 26559) list=allusers auprop=rights does not match list=users usprop=rights |
| 73 | +* (bug 26560) On allusers if limit < total number of users, last user gets duplicate |
73 | 74 | |
74 | 75 | === Languages updated in 1.18 === |
75 | 76 | |