DataObjects/Core_notify.php
[Pman.Core] / DataObjects / Core_notify.php
index addf7db..6bed15b 100644 (file)
@@ -69,6 +69,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         }
         print_r($c);exit;
         $c->autoJoin();
+        
         if ($c->get($this->onid)) {
             return $c;
         }