From 5c6e02869a5584f487f1d3c651ae633469bfead6 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Jun 2013 12:41:22 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index addf7db8..2c241420 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -67,9 +67,10 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject if ($this->onid == 0) { return $c; // empty dataobject. } - print_r($c);exit; + $c->autoJoin(); if ($c->get($this->onid)) { + print_r($c);exit; return $c; } return false; -- 2.39.2