X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySend.php;h=91afa5a1b7c52f06a0e3f6f3f8841f1314150fed;hb=e6eb2122a2c49c78628944680de6b01f7439bed7;hp=8676ff8b635131923af48f6c43648cb8e96dc7d0;hpb=3641ee8bbabb1a87f26ad9d8a9f9dc69a9a96531;p=Pman.Core diff --git a/NotifySend.php b/NotifySend.php index 8676ff8b..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); @@ -625,7 +625,7 @@ class Pman_Core_NotifySend extends Pman if (method_exists($object, 'toMailerData')) { return $object->toMailerData(array( 'rcpts'=>$rcpt, - 'person'=>$rcpt, + 'person'=>$rcpt, // added as mediaoutreach used this? )); //this is core_email - i think it's only used for testing... //var_Dump($object); //exit;