NotifySend.php
authorEdward <edward@roojs.com>
Mon, 30 Jul 2018 02:57:29 +0000 (10:57 +0800)
committerEdward <edward@roojs.com>
Mon, 30 Jul 2018 02:57:29 +0000 (10:57 +0800)
NotifySend.php

index 2c52322..91afa5a 100644 (file)
@@ -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);