From e22997e925c05762788c011ce0e1f48800e92ebe Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 20 Aug 2015 10:50:01 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']"); } -- 2.39.2