From 301453a699bc9c3b6388855a2ccb56e772aca542 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 15:44:47 +0800 Subject: [PATCH] Import/Core_notify.php --- Import/Core_notify.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Import/Core_notify.php b/Import/Core_notify.php index a7a2472c..7dd25a3e 100644 --- a/Import/Core_notify.php +++ b/Import/Core_notify.php @@ -30,7 +30,9 @@ class Pman_Core_Import_Core_notify extends Pman_Roo PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError')); $this->modules = $this->modulesList(); - print_R($this->modules);exit; + + $this->config(); + $this->etype(); @@ -53,4 +55,9 @@ class Pman_Core_Import_Core_notify extends Pman_Roo $this->etype->insert(); } + + function config() + { + + } } \ No newline at end of file -- 2.39.2