X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=0727e3aeb074bad37cbafd48f6a9557aa13d2f42;hp=37bf899d9322a38b2e8723919823d55feb6eb4fc;hb=4188bd4461488f9dfea5482240089d346b2f8f3c;hpb=a0d19672a63c423a98b5d8cb28e4d15177b01ecf diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 37bf899d..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('Crm_mailing_list_queue'); + $test = DB_DataObject::factory('crm_mailing_list'); $test->get(1); print_r($test);exit; $c->autoJoin();