NotifySend.php
authoredward <edward@roojs.com>
Thu, 10 Nov 2016 09:02:27 +0000 (17:02 +0800)
committeredward <edward@roojs.com>
Thu, 10 Nov 2016 09:02:27 +0000 (17:02 +0800)
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");
         }