Merge "Deprecate rarely or unused *LinkAttributes methods in Linker"
[lhc/web/wiklou.git] / maintenance / createAndPromote.php
index a8de640..79f7254 100644 (file)
@@ -76,6 +76,7 @@ class CreateAndPromote extends Maintenance {
 
                if ( $exists && !$password && count( $promotions ) === 0 ) {
                        $this->output( "Account exists and nothing to do.\n" );
+
                        return;
                } elseif ( count( $promotions ) !== 0 ) {
                        $promoText = "User:{$username} into " . implode( ', ', $promotions ) . "...\n";