NotifySend.php
authorAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2016 07:48:55 +0000 (15:48 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2016 07:48:55 +0000 (15:48 +0800)
NotifySend.php

index 8bcb973..953460a 100644 (file)
@@ -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;