Import/Core_notify.php
authorEdward <edward@roojs.com>
Wed, 11 Feb 2015 07:39:55 +0000 (15:39 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Feb 2015 07:39:55 +0000 (15:39 +0800)
Import/Core_notify.php

index 6fa0b4a..ef9953f 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();
+        
+        
         
     }