From 96c697e0375fcb72f71eef778a92828c7cf84294 Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Mon, 7 Sep 2009 19:07:31 +0000 Subject: [PATCH] Followup to r55990 - Remove debugging hack :( --- includes/Login.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } -- 2.20.1