From: Edward Date: Wed, 29 Apr 2015 04:48:24 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f8f197045932ffb305b3ab370365e8725f58bc59 DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 287e3079..dfde1265 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -59,7 +59,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject $col = $person_table == "Person" ? 'person_id' : $person_table . '_id'; $c = DB_DataObject::Factory($person_table); - $c->get($col); + $c->get($this->{$col}); return $c; }