From 9cdd34ce7c08b7d9c781f243a6a2526cd6b8da79 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Jun 2013 13:06:43 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 36ef28bf..0727e3ae 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('Person'); + $test = DB_DataObject::factory('crm_mailing_list'); $test->get(1); print_r($test);exit; $c->autoJoin(); -- 2.39.2