--- 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();
+?>
+<form action="install.php?stage=finish" method="post">
+ <input type="hidden" name="language" value="<?php echo $lang_id; ?>" />
+ <div style="text-align: center;">
+ <input type="submit" name="_cont" value="<?php echo $lang->get('meta_btn_continue'); ?>" tabindex="1" />
+ </div>
+</form>
+<?php
+
$db->close();