From: Edward Date: Wed, 26 Jun 2013 05:01:00 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e59841b83311f19bde6b1732af8d0e7e38bd253a DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 31c6fd7c..3cd40813 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -64,7 +64,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject return $set; } $c = DB_DataObject::factory($this->ontable); - print_r($this);exit; + if ($this->onid == 0) { return $c; // empty dataobject. }