X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=f3cb60ff56eb3b29d4ae72cc6c33dff091c5cb50;hp=33a1323e13dfc3523ba4220f91c2ac02c914e99e;hb=4a5320d59d22efd78363722512bbad7f3f49604f;hpb=833a26c5a6e741cf86c48046ca81aa94b6be0277 diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 33a1323e..f3cb60ff 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_queue'); + $test = DB_DataObject::factory('crm_mailing_list_message'); $test->get(1); print_r($test);exit; $c->autoJoin();