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