DataObjects/Core_notify.php
authorAlan Knowles <alan@roojs.com>
Thu, 13 Oct 2016 01:40:36 +0000 (09:40 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Oct 2016 01:40:36 +0000 (09:40 +0800)
DataObjects/Core_notify.php

index 6a1b4b5..1c92cd3 100644 (file)
@@ -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;