From: Alan Knowles Date: Thu, 28 Jan 2016 07:48:55 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=af49f4c4e8cb4b04e96117cc3404b039148d18ce NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 8bcb973e..953460ac 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -211,10 +211,10 @@ class Pman_Core_NotifySend extends Pman ."\n"); } - if (empty($p) && !empty($email['rcpts'])) { + if (empty($p) && !empty($email['recipients'])) { // make a fake person.. $p = (object) array( - 'email' => $email['rcpts'] + 'email' => $email['recipients'] ); } print_R($email);exit;