From: Alan Knowles Date: Fri, 25 May 2012 10:29:11 +0000 (+0800) Subject: DataObjects/Core_notify_recur.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=dfa0414559e0a08903276c1e0dbac392733e9a6c DataObjects/Core_notify_recur.php --- diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index e1f4e3b8..7e3a98b6 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -145,7 +145,8 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject "act_when" => $time, "person_id" => $this->person_id, "onid" => $this->onid, - "ontable" => $this->ontable + "ontable" => $this->ontable, + 'evtype' => $this->method, )); $add->insert(); }