From 74c1422a58ce57c2159e719fcf3ebdc2d7dca01b Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 10 Nov 2016 17:13:00 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index e2a1b08c..0228298f 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -127,7 +127,7 @@ class Pman_Core_NotifySend extends Pman } $o = $w->object(); - $this->errorHandler("send repeat to early\n"); + if ($o === false) { $ev = $this->addEvent('NOTIFY', $w, -- 2.39.2