NotifySend.php
authoredward <edward@roojs.com>
Thu, 10 Nov 2016 09:04:16 +0000 (17:04 +0800)
committeredward <edward@roojs.com>
Thu, 10 Nov 2016 09:04:16 +0000 (17:04 +0800)
NotifySend.php

index af7c4ef..e7fb47b 100644 (file)
@@ -95,7 +95,7 @@ class Pman_Core_NotifySend extends Pman
         $force = empty($opts['force']) ? 0 : 1;
         
         $w = DB_DataObject::factory($this->table);
-        
+        $this->errorHandler("send repeat to early\n");
         if (!$w->get($id)) {
             $this->errorHandler("invalid id\n");
         }