From 69f30c4d109c2357554d87f9f60c2b79ef7a6a42 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Apr 2015 12:12:03 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 8418cfdf..b02fc108 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -403,7 +403,7 @@ class Pman_Core_NotifySend extends Pman // try again later.. // check last event for this item.. //$errmsg= $fail ? ($res->userinfo['smtpcode'] . ': ' .$res->toString()) : " - UNKNOWN ERROR"; - $errmsg= $res->userinfo['smtpcode'] . ': ' .$res->toString()) ; + $errmsg= $res->userinfo['smtpcode'] . ': ' .$res->toString() ; if (!empty($res->userinfo['smtptext'])) { $errmsg= $res->userinfo['smtpcode'] . ':' . $res->userinfo['smtptext']; } -- 2.39.2