DataObjects/Core_notify.php
[Pman.Core] / DataObjects / Core_notify.php
index a6f2071..5cefbba 100644 (file)
@@ -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)) {