From bb5481ec530c95bd879cef18ea48e43fd00e66b3 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:40:04 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index c9854bd3..0f258d10 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -63,7 +63,7 @@ class Pman_Core_NotifySmtpCheck extends Pman } } - print_r($error);exit; + return $error; } function getHelo() -- 2.39.2