From: Alan Knowles Date: Thu, 13 Oct 2016 01:40:36 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f09f423a3adac016631cfb32a66bba316f3e0ae4 DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 6a1b4b58..1c92cd31 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -55,7 +55,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject $def_pt = 'core_person'; - $person_table = empty($this->person_table) ? $def_pt : $this->person_table; + $person_table = empty($this->person_table) ? $def_pt : strtolower($this->person_table); $col = $person_table == $def_pt ? 'person_id' : $person_table . '_id'; $this->{$col} = is_object($set) ? $set->id : $set;