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