NotifySend.php
authorAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 04:29:25 +0000 (12:29 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 04:29:25 +0000 (12:29 +0800)
NotifySend.php

index 83a60ed..8bc8ae5 100644 (file)
@@ -345,7 +345,7 @@ class Pman_Core_NotifySend extends Pman
                 
                 $ev = $this->addEvent('NOTIFYSENT', $w, "{$w->to_email} - {$email['headers']['Subject']}");
                
-                
+                $ev->writeEventLog($this->debug_str);
                 
                 $w->sent = date('Y-m-d H:i:s');
                 $w->msgid = $email['headers']['Message-Id'];