From: Edward Date: Wed, 26 Jun 2013 05:04:48 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7b76a2681aaf0a77a502f7899c23df7212b06c4f DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index f3cb60ff..36ef28bf 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -68,7 +68,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject if ($this->onid == 0) { return $c; // empty dataobject. } - $test = DB_DataObject::factory('crm_mailing_list_message'); + $test = DB_DataObject::factory('Person'); $test->get(1); print_r($test);exit; $c->autoJoin();