From: edward Date: Thu, 10 Nov 2016 09:05:12 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e9d670101be4e8af6e0134d9901bfa8bb7cbaa26 DataObjects/Core_notify.php NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index e7fb47b9..f409963d 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"); +// $this->errorHandler("send repeat to early\n"); if (!$w->get($id)) { $this->errorHandler("invalid id\n"); }