NotifySend.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 08:51:40 +0000 (16:51 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 08:51:40 +0000 (16:51 +0800)
NotifySend.php

index 7f1ab0e..8676ff8 100644 (file)
@@ -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;