From: Alan Knowles Date: Thu, 20 Aug 2015 02:33:37 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=00d601ad672678f864e156d04b9e81cd05399224 NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 55d0105a..f1931d30 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -231,6 +231,7 @@ class Pman_Core_NotifySend extends Pman if (isset($email['later'])) { $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");