From: Alan Knowles Date: Wed, 14 Oct 2015 07:48:03 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f037b712aa45c4b12776013bdeea6e7491086173 DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index a68e6931..60b7c82b 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -52,6 +52,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject { if ($set !== false) { $this->person_table = is_object($set) ? $set->tableName() : ''; + $col = $this->person_table == "Person" ? 'person_id' : $person_table . '_id'; $this->person_id = is_object($set) ? $set->id : $set; return; }