From d53657fd2daf610771bfaa869cf2768e1a741d62 Mon Sep 17 00:00:00 2001 From: Micheal Date: Wed, 31 Dec 2014 17:57:00 +0800 Subject: [PATCH] DataObjects/Core_person_signup.php --- DataObjects/Core_person_signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index f55c32ae..1607a774 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -79,7 +79,7 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject $headers .= ">\r\n"; $body = $htmlStr; - if(mail($recipient_email, $subject, $body, $headers)){ + if(!mail($recipient_email, $subject, $body, $headers)){ error_log("Sending failed."); } }else{ -- 2.39.2