From 2d00e89ee0c3bc29274590a82ce518346ebd8440 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:02:37 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index 2b8502dc..af7c4efb 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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"); } -- 2.39.2