From af49f4c4e8cb4b04e96117cc3404b039148d18ce Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Jan 2016 15:48:55 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2