From 6f7dd2d3bf70fb89441de1ab8c37b8a745f3e17f Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Jun 2013 12:46:16 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 75436531..71e9ef51 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -67,9 +67,8 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject if ($this->onid == 0) { return $c; // empty dataobject. } - print_r('in??'); + $c->autoJoin(); - print_r('in1??'); if ($c->get($this->onid)) { return $c; } -- 2.39.2