X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=NotifySend.php;h=91afa5a1b7c52f06a0e3f6f3f8841f1314150fed;hp=2c523229290d6e89601f82f6b4effc6c9ccd8ca4;hb=refs%2Fheads%2Fwip_alan_T5884_add_photo_to_report;hpb=2f9da52a547818e2b1ec67348268e8b772fc403d 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);