X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2FCore_notify.php;h=5cefbba914d61cbebf086a424e57603a51c8143d;hb=50024bcfbe4548ccff5fd19c30b16231bdd7a0fc;hp=88e3184b31c7e093c04098418ee986a75879aa74;hpb=0935b91ad40a8e0e09b9c8659703f3b9827595ed;p=Pman.Core diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 88e3184b..5cefbba9 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -67,7 +67,8 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject if ($this->onid == 0) { return $c; // empty dataobject. } - print_r($this->ontable);exit; + + print_r($this->onid);exit; $c->autoJoin(); if ($c->get($this->onid)) {