From 0306d9280f082231ec885b1e2aaf9d9d8bfd3b18 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Jun 2013 12:49:10 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 6bed15b9..a6f20713 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -67,6 +67,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject if ($this->onid == 0) { return $c; // empty dataobject. } + $c->get(1); print_r($c);exit; $c->autoJoin(); -- 2.39.2