From: Alan Knowles Date: Thu, 20 Aug 2015 02:50:01 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e22997e925c05762788c011ce0e1f48800e92ebe NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 55d0105a..cc2f4640 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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']"); }