From: Happy-melon Date: Mon, 7 Sep 2009 19:07:31 +0000 (+0000) Subject: Followup to r55990 - Remove debugging hack :( X-Git-Tag: 1.31.0-rc.0~39869 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=96c697e0375fcb72f71eef778a92828c7cf84294;p=lhc%2Fweb%2Fwiklou.git Followup to r55990 - Remove debugging hack :( --- diff --git a/includes/Login.php b/includes/Login.php index bb0356a2ac..d8bc953866 100644 --- a/includes/Login.php +++ b/includes/Login.php @@ -363,9 +363,7 @@ class Login { $this->mMailResult = $this->mUser->sendMail( wfMsg( $title ), $message ); if( WikiError::isError( $this->mMailResult ) ) { - var_dump( $message ); - return self::SUCCESS; - #return self::MAIL_ERROR; + return self::MAIL_ERROR; } else { return self::SUCCESS; }