Index: trunk/phase3/includes/api/ApiQueryAllUsers.php |
— | — | @@ -185,12 +185,12 @@ |
186 | 186 | } |
187 | 187 | |
188 | 188 | if ( is_array( $lastUserData ) ) { |
189 | | - $fit = $result->addValue( array( 'query', $this->getModuleName() ), |
190 | | - null, $lastUserData ); |
191 | | - if ( !$fit ) { |
192 | | - $this->setContinueEnumParameter( 'from', |
193 | | - $this->keyToTitle( $lastUserData['name'] ) ); |
194 | | - } |
| 189 | + $fit = $result->addValue( array( 'query', $this->getModuleName() ), |
| 190 | + null, $lastUserData ); |
| 191 | + if ( !$fit ) { |
| 192 | + $this->setContinueEnumParameter( 'from', |
| 193 | + $this->keyToTitle( $lastUserData['name'] ) ); |
| 194 | + } |
195 | 195 | } |
196 | 196 | |
197 | 197 | $result->setIndexedTagName_internal( array( 'query', $this->getModuleName() ), 'u' ); |