From: Edward Date: Mon, 30 Jul 2018 02:57:29 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=11b2e5a5cc45cc560f1616afb70d01f7d7c5f7c5 NotifySend.php --- 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);