From: Alan Knowles Date: Thu, 29 Jan 2015 08:48:27 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=44dd16eac9635867dc739d42747a47892a71e0b2 Notify.php --- diff --git a/Notify.php b/Notify.php index a6c847e9..b564f4a3 100644 --- a/Notify.php +++ b/Notify.php @@ -396,7 +396,7 @@ class Pman_Core_Notify extends Pman $w = DB_DataObject::factory($this->table); $w->get($p['notify_id']); $ww = clone($w); - $this->addEvent('NOTIFY', $w, 'TERMINATED - TIMEOUT' . $errmsg); + $this->addEvent('NOTIFY', $w, 'TERMINATED - TIMEOUT'); $w->act_when = date('Y-m-d H:i:s', strtotime('NOW + 30 MINUTES')); $w->update($ww);