From 2f9da52a547818e2b1ec67348268e8b772fc403d Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 30 Jul 2018 10:57:00 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index 7fe712ce..2c523229 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -289,8 +289,8 @@ class Pman_Core_NotifySend extends Pman $ff = HTML_FlexyFramework::get(); - - $dom = array_pop(explode('@', $p->email)); + $e = explode('@', $p->email); + $dom = array_pop($e); $mxs = $this->mxs($dom); $ww = clone($w); -- 2.39.2