From d5c316b8731df481bcae7f51cdffd7d3dd0abd41 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 29 Apr 2015 12:06:29 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index c89b37bb..40063d01 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -42,7 +42,9 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject public $trigger_event_id; // int(11) public $evtype; // event type (or method to call)fall public $act_start; - + public $person_table; + + /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE @@ -53,7 +55,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject return; } -// $person_table = + $person_table = $c = DB_DataObject::Factory('Person'); $c->get($this->person_id); return $c; -- 2.39.2