DataObjects/Core_notify.php
authorEdward <edward@roojs.com>
Wed, 29 Apr 2015 04:48:24 +0000 (12:48 +0800)
committerEdward <edward@roojs.com>
Wed, 29 Apr 2015 04:48:24 +0000 (12:48 +0800)
DataObjects/Core_notify.php

index 287e307..dfde126 100644 (file)
@@ -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;
         
     }