typo
authorAlan <alan@roojs.com>
Wed, 9 Aug 2023 07:51:17 +0000 (15:51 +0800)
committerAlan <alan@roojs.com>
Wed, 9 Aug 2023 07:51:17 +0000 (15:51 +0800)
NotifySend.php

index 33b8586..9e3db9f 100644 (file)
@@ -103,9 +103,8 @@ class Pman_Core_NotifySend extends Pman
         }
 
         if (!$force && !empty($w->sent) && strtotime($w->act_when) < strtotime($w->sent)) {
-            
-            
-            $this->errorHandler("send repeat to early\n");
+             
+            $this->errorHandler("already sent - repeat to early\n");
         }
         if (!empty($opts['debug'])) {
             print_r($w);