X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySend.php;h=2c523229290d6e89601f82f6b4effc6c9ccd8ca4;hb=2f9da52a547818e2b1ec67348268e8b772fc403d;hp=7fe712ce564c08bbbf1ca785902a01b33f825654;hpb=16ce51ad1ea61923c5ef2e0aa42cc86e2617b1b8;p=Pman.Core diff --git a/NotifySend.php b/NotifySend.php index 7fe712ce..2c523229 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)); + $e = explode('@', $p->email); + $dom = array_pop($e); $mxs = $this->mxs($dom); $ww = clone($w);