NotifySend.php
authoredward <edward@roojs.com>
Thu, 27 Oct 2016 02:42:33 +0000 (10:42 +0800)
committeredward <edward@roojs.com>
Thu, 27 Oct 2016 02:42:33 +0000 (10:42 +0800)
NotifySend.php

index 8704962..af7c4ef 100644 (file)
@@ -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');