X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySend.php;h=953460ac89d41ac7d42925e8a949988d657d8e94;hb=af49f4c4e8cb4b04e96117cc3404b039148d18ce;hp=8bcb973ed4480e8d4f732b2d8fd9c46cb32aa814;hpb=cfd2bac4321fb9e43fe8f05ebf0790dac0af0d8a;p=Pman.Core 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;