Forgot to remove that
authorX! <soxred93@users.mediawiki.org>
Thu, 29 Jan 2009 04:13:50 +0000 (04:13 +0000)
committerX! <soxred93@users.mediawiki.org>
Thu, 29 Jan 2009 04:13:50 +0000 (04:13 +0000)
includes/api/ApiEmailUser.php

index 91e2ad6..338e96e 100644 (file)
@@ -62,7 +62,7 @@ class ApiEmailUser extends ApiBase {
                                $result = array( 'result' => 'Disabled' );
                                $this->getResult()->addValue( null, $this->getModuleName(), $result );
                                return;
-                       } //$this->dieUsageMsg( array( 'usermailenabled' ) ) : $this->dieUsageMsg( array( 'usermaildisabled' ) );
+                       }
                if ( !( $targetUser instanceof User ) )
                        $this->dieUsageMsg( array( $targetUser ) );