X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySend.php;h=91afa5a1b7c52f06a0e3f6f3f8841f1314150fed;hb=915e34f15873b0e59422e8b6ee6ba6539c9e7b9a;hp=7fe712ce564c08bbbf1ca785902a01b33f825654;hpb=c2e05c4dca6bdbd975becc6c276b63d1bdcb877e;p=Pman.Core diff --git a/NotifySend.php b/NotifySend.php index 7fe712ce..91afa5a1 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)); + $explode_email = explode('@', $p->email); + $dom = array_pop($explode_email); $mxs = $this->mxs($dom); $ww = clone($w);