NotifySend.php
authorAlan Knowles <alan@roojs.com>
Thu, 20 Aug 2015 02:50:01 +0000 (10:50 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 20 Aug 2015 02:50:01 +0000 (10:50 +0800)
NotifySend.php

index 55d0105..cc2f464 100644 (file)
@@ -233,7 +233,7 @@ class Pman_Core_NotifySend extends Pman
             $old = clone($w);
             $w->act_when = $email['later'];
             $w->update($old);
-            $this->errorHandler(date('Y-m-d h:i:s ') . " Delivery postponed by email creator");
+            $this->errorHandler(date('Y-m-d h:i:s ') . " Delivery postponed by email creator to $email['later']");
         }