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