--- a/install/includes/stages/install.php Thu Jan 17 02:03:33 2008 -0500
+++ b/install/includes/stages/install.php Thu Jan 17 19:49:14 2008 -0500
@@ -107,6 +107,9 @@
// 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();
$db->close();