DataObjects/Core_notify.php
[Pman.Core] / DataObjects / Core_notify.php
index 2c24142..5cefbba 100644 (file)
@@ -68,9 +68,10 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
             return $c; // empty dataobject.
         }
         
+        print_r($this->onid);exit;
         $c->autoJoin();
+        
         if ($c->get($this->onid)) {
-            print_r($c);exit;
             return $c;
         }
         return false;