From: Edward Date: Wed, 26 Jun 2013 04:41:22 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5c6e02869a5584f487f1d3c651ae633469bfead6 DataObjects/Core_notify.php --- 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;