From c95c17b13311c23998f494ce982da7c633a9285d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 27 Nov 2008 09:45:26 +0000 Subject: Centralize logging around installing/uninstalling modules. --- core/controllers/welcome.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/controllers/welcome.php') 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")); } } -- cgit v1.2.3