Import/Core_notify.php
[Pman.Core] / Import / Core_notify.php
index 6fa0b4a..cf02810 100644 (file)
@@ -29,6 +29,9 @@ class Pman_Core_Import_Core_notify extends Pman_Roo
         
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));
         
+        $this->etype();
+        
+        
         
     }
     
@@ -48,4 +51,9 @@ class Pman_Core_Import_Core_notify extends Pman_Roo
         
         $this->etype->insert();
     }
+    
+    function modules()
+    {
+        
+    }
 }
\ No newline at end of file