From: edward Date: Thu, 10 Nov 2016 09:04:16 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=5a165607678ceebce677158abb05d76dc0b47fc6;hp=c653a33c6265fc1cb27181ceca7ce98568cd19be;p=Pman.Core NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index af7c4efb..e7fb47b9 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"); }