diff options
Diffstat (limited to 'core/controllers')
| -rw-r--r-- | core/controllers/welcome.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php index 3bfcf1fd..1f037d23 100644 --- a/core/controllers/welcome.php +++ b/core/controllers/welcome.php @@ -55,6 +55,7 @@ class Welcome_Controller extends Template_Controller { if ($module_name == "*") { foreach ($this->_read_modules() as $module_name => $version) { if (empty($version)) { + Kohana::log("debug", "${module_name}_install (initial)"); call_user_func(array("${module_name}_installer", "install")); } } |
