NotifySend.php
[Pman.Core] / NotifySend.php
index af7c4ef..2b8502d 100644 (file)
@@ -96,6 +96,8 @@ class Pman_Core_NotifySend extends Pman
         
         $w = DB_DataObject::factory($this->table);
         
+        $this->errorHandler("invalid id\n");
+        
         if (!$w->get($id)) {
             $this->errorHandler("invalid id\n");
         }