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

index 2b8502d..af7c4ef 100644 (file)
@@ -96,8 +96,6 @@ 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");
         }