From 84a94b3daeebb94665ab64abb3aa92693b1ca4c7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Nov 2012 14:15:58 +0800 Subject: [PATCH] DataObjects/Core_notify_recur.php --- DataObjects/Core_notify_recur.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_notify_recur.php b/DataObjects/Core_notify_recur.php index 18f16c52..8ec2043b 100644 --- a/DataObjects/Core_notify_recur.php +++ b/DataObjects/Core_notify_recur.php @@ -161,7 +161,7 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject "person_id" => $this->person_id, "onid" => $this->onid, "ontable" => $this->ontable, - 'evtype' => $this->method, + 'evtype' => $this->method()->name, )); $add->insert(); } -- 2.39.2