From: edward Date: Thu, 10 Nov 2016 09:02:27 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7a2a53132e620ca38f00852eede821e9870bcab5 NotifySend.php --- 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"); }