From 833a26c5a6e741cf86c48046ca81aa94b6be0277 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Jun 2013 13:04:07 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 3cd40813..33a1323e 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -68,7 +68,9 @@ 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->get(1); + print_r($test);exit; $c->autoJoin(); if ($c->get($this->onid)) { -- 2.39.2