Index: branches/REL1_17/phase3/includes/api/ApiQueryAllUsers.php |
— | — | @@ -143,6 +143,9 @@ |
144 | 144 | if ( is_array( $lastUserData ) ) { |
145 | 145 | $fit = $result->addValue( array( 'query', $this->getModuleName() ), |
146 | 146 | null, $lastUserData ); |
| 147 | + |
| 148 | + $lastUserData = null; |
| 149 | + |
147 | 150 | if ( !$fit ) { |
148 | 151 | $this->setContinueEnumParameter( 'from', |
149 | 152 | $this->keyToTitle( $lastUserData['name'] ) ); |
Property changes on: branches/REL1_17/phase3/includes/api |
___________________________________________________________________ |
Modified: svn:mergeinfo |
150 | 153 | Merged /trunk/phase3/includes/api:r79557 |
Index: branches/REL1_17/phase3/RELEASE-NOTES |
— | — | @@ -495,6 +495,7 @@ |
496 | 496 | * (bug 24650) Fix API to work with categorylinks changes |
497 | 497 | * action=parse now correctly returns an error for nonexistent pages |
498 | 498 | * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs |
| 499 | +* (bug 26560) On allusers if limit < total number of users, last user gets duplicate |
499 | 500 | |
500 | 501 | * (bug 22738) Allow filtering by action type on query=logevent. |
501 | 502 | * (bug 22764) uselang parameter for action=parse. |
Property changes on: branches/REL1_17/phase3/RELEASE-NOTES |
___________________________________________________________________ |
Modified: svn:mergeinfo |
502 | 503 | Merged /trunk/phase3/RELEASE-NOTES:r79557 |