diff options
-rw-r--r-- | core/helpers/module.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/helpers/module.php b/core/helpers/module.php index 70e9bec6..1e813006 100644 --- a/core/helpers/module.php +++ b/core/helpers/module.php @@ -122,8 +122,6 @@ class module_Core { $kohana_modules[] = MODPATH . $module_name; Kohana::config_set("core.modules", $kohana_modules); - call_user_func(array($installer_class, "install")); - if (method_exists($installer_class, "install")) { call_user_func_array(array($installer_class, "install"), array()); } |