From 3641ee8bbabb1a87f26ad9d8a9f9dc69a9a96531 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 7 Mar 2018 16:51:40 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 7f1ab0ed..8676ff8b 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -624,7 +624,8 @@ class Pman_Core_NotifySend extends Pman if (method_exists($object, 'toMailerData')) { return $object->toMailerData(array( - 'rcpts'=>$rcpt, + 'rcpts'=>$rcpt, + 'person'=>$rcpt, )); //this is core_email - i think it's only used for testing... //var_Dump($object); //exit; -- 2.39.2