X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NotifySend.php;h=fed4eae88c1dedbe8794f5da3588386bb6c04ee3;hb=1cc63eea1152285f48adbde6385701b90c813fd0;hp=cc2f4640853cfc5a6a42a0f1403e522be1f934cf;hpb=e22997e925c05762788c011ce0e1f48800e92ebe;p=Pman.Core 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']}"); }