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