DataObjects/Core_notify_recur.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:29:11 +0000 (18:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 May 2012 10:29:11 +0000 (18:29 +0800)
DataObjects/Core_notify_recur.php

index e1f4e3b..7e3a98b 100644 (file)
@@ -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,
                 "act_when" => $time,
                 "person_id" => $this->person_id,
                 "onid" => $this->onid,
-                "ontable" => $this->ontable
+                "ontable" => $this->ontable,
+                'evtype' => $this->method,
             ));
             $add->insert();
         }
             ));
             $add->insert();
         }