From 9327ac012118d484cbbbb08bb7ea778afc23d8f1 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 29 Apr 2015 12:05:18 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index a0631a9a..c89b37bb 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -52,6 +52,8 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject $this->person_id = is_object($set) ? $set->id : $set; return; } + +// $person_table = $c = DB_DataObject::Factory('Person'); $c->get($this->person_id); return $c; -- 2.39.2