NotifySend.php
authorAlan Knowles <alan@roojs.com>
Fri, 14 Feb 2014 02:41:17 +0000 (10:41 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Feb 2014 02:41:17 +0000 (10:41 +0800)
NotifySend.php

index c5ab295..276c77b 100644 (file)
@@ -408,7 +408,7 @@ class Pman_Core_NotifySend extends Pman
             }
             
             $ev = $this->addEvent('NOTIFY', $w, ($fail ? "FAILED - " : "RETRY TIME EXCEEDED - ") .
-                        $p->email . ' ' . $errmsg);
+                       $errmsg);
             $w->sent = date('Y-m-d H:i:s');
             $w->msgid = '';
             $w->event_id = $ev->id;