Notify.php
authorAlan Knowles <alan@roojs.com>
Thu, 29 Jan 2015 08:48:27 +0000 (16:48 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Jan 2015 08:48:27 +0000 (16:48 +0800)
Notify.php

index a6c847e..b564f4a 100644 (file)
@@ -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);