X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=dbf012bb5b2c3aa37b43af22c5e35ffea6d2847f;hp=729f0a82dbe8c703513a651f1cc27eed86e3063a;hb=a2ea3d73d3040bc6f1005045345ea276d9d598e0;hpb=86443c5c41098dd91a7f80253c33b34fc12b1b97 diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 729f0a82..dbf012bb 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -55,8 +55,6 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject if ($set !== false) { $this->person_table = is_object($set) ? $set->tableName() : ''; - - $person_table = empty($this->person_table) ? $def_pt : strtolower($this->person_table); $col = $person_table == $def_pt ? 'person_id' : $person_table . '_id';