From 3c1b4513c7c8218c9c70d99b2bced90a903526a3 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:05:35 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index f409963d..edd42ea9 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -95,7 +95,7 @@ class Pman_Core_NotifySend extends Pman $force = empty($opts['force']) ? 0 : 1; $w = DB_DataObject::factory($this->table); -// $this->errorHandler("send repeat to early\n"); + if (!$w->get($id)) { $this->errorHandler("invalid id\n"); } -- 2.39.2