NotifySend.php
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 05:58:48 +0000 (13:58 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 05:58:48 +0000 (13:58 +0800)
NotifySend.php

index 24f70be..d4ea2aa 100644 (file)
@@ -215,6 +215,7 @@ class Pman_Core_NotifySend extends Pman
         if (!empty($email['send-to'])) {
             $p->email = $email['send-to'];
         }
+        print_r($p);
         require_once 'Validate.php';
         if (!Validate::email($p->email, true)) {
             $ev = $this->addEvent('NOTIFY', $w, "INVALID ADDRESS: " . $p->email);