Remove extra debug call to install()

This commit is contained in:
Bharat Mediratta
2009-01-29 02:19:52 +00:00
parent f85bc9bb7b
commit b7bfd011cb
-2
View File
@@ -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());
}