diff -r dd7cbc97f681 -r 2398420f48e7 install/includes/stages/install.php --- a/install/includes/stages/install.php Thu Jan 17 09:39:56 2008 -0500 +++ b/install/includes/stages/install.php Thu Jan 17 23:31:35 2008 -0500 @@ -107,7 +107,19 @@ // Import languages run_installer_stage('importlang', $lang->get('install_stg_importlang_title'), 'stg_language_setup', $lang->get('install_stg_importlang_body')); +// Init logs +run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body')); + close_install_table(); +?> +
+ +
+ +
+
+close();