I really do hate whitespace
authorSam Reed <reedy@users.mediawiki.org>
Thu, 26 Aug 2010 22:12:01 +0000 (22:12 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 26 Aug 2010 22:12:01 +0000 (22:12 +0000)
includes/api/ApiQueryAllUsers.php

index b60714c..ceecb3f 100644 (file)
@@ -185,12 +185,12 @@ class ApiQueryAllUsers extends ApiQueryBase {
                }
 
                if ( is_array( $lastUserData ) ) {
-                       $fit = $result->addValue( array( 'query', $this->getModuleName() ),
-                                       null, $lastUserData );
-                       if ( !$fit ) {
-                               $this->setContinueEnumParameter( 'from',
-                                               $this->keyToTitle( $lastUserData['name'] ) );
-                       }
+                       $fit = $result->addValue( array( 'query', $this->getModuleName() ),
+                               null, $lastUserData );
+                       if ( !$fit ) {
+                               $this->setContinueEnumParameter( 'from',
+                                       $this->keyToTitle( $lastUserData['name'] ) );
+                       }
                }
 
                $result->setIndexedTagName_internal( array( 'query', $this->getModuleName() ), 'u' );