Index: branches/wmf/1.17wmf1/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'] ) ); |