From b50cac7369bbf8e3b2db84f1b61dab72f2ed34fb Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 27 Oct 2016 10:42:33 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index 87049622..af7c4efb 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -461,7 +461,7 @@ class Pman_Core_NotifySend extends Pman $ev->writeEventLog($this->debug_str); if(strtotime($w->act_when) > strtotime("NOW")){ - + $w->act_when = date('Y-m-d H:i:s'); } $w->sent = date('Y-m-d H:i:s'); -- 2.39.2