From 1cc63eea1152285f48adbde6385701b90c813fd0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 20 Aug 2015 10:50:57 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index cc2f4640..fed4eae8 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 to $email['later']"); + $this->errorHandler(date('Y-m-d h:i:s ') . " Delivery postponed by email creator to {$email['later']}"); } -- 2.39.2