From 50024bcfbe4548ccff5fd19c30b16231bdd7a0fc Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Jun 2013 12:49:54 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index a6f20713..5cefbba9 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -67,8 +67,8 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject if ($this->onid == 0) { return $c; // empty dataobject. } - $c->get(1); - print_r($c);exit; + + print_r($this->onid);exit; $c->autoJoin(); if ($c->get($this->onid)) { -- 2.39.2