From: Edward Date: Wed, 26 Jun 2013 04:48:46 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d64494c39c71f6a045bc69405f4f3e21450ec24a DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 88e3184b..6bed15b9 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -67,7 +67,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject if ($this->onid == 0) { return $c; // empty dataobject. } - print_r($this->ontable);exit; + print_r($c);exit; $c->autoJoin(); if ($c->get($this->onid)) {