From: X! Date: Thu, 29 Jan 2009 04:13:50 +0000 (+0000) Subject: Forgot to remove that X-Git-Tag: 1.31.0-rc.0~43144 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=73ba55efd669a66ac3cc61e874076f5e7a256785;p=lhc%2Fweb%2Fwiklou.git Forgot to remove that --- diff --git a/includes/api/ApiEmailUser.php b/includes/api/ApiEmailUser.php index 91e2ad649c..338e96eaaa 100644 --- a/includes/api/ApiEmailUser.php +++ b/includes/api/ApiEmailUser.php @@ -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 ) );