install/includes/stages/install.php
changeset 351 8978cb3541ca
parent 349 fdaf9070566c
child 352 9d7225c0db6d
equal deleted inserted replaced
349:fdaf9070566c 351:8978cb3541ca
   105 }
   105 }
   106 
   106 
   107 // Import languages
   107 // Import languages
   108 run_installer_stage('importlang', $lang->get('install_stg_importlang_title'), 'stg_language_setup', $lang->get('install_stg_importlang_body'));
   108 run_installer_stage('importlang', $lang->get('install_stg_importlang_title'), 'stg_language_setup', $lang->get('install_stg_importlang_body'));
   109 
   109 
       
   110 // Init logs
       
   111 run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body'));
       
   112 
   110 close_install_table();
   113 close_install_table();
   111 
   114 
   112 $db->close();
   115 $db->close();
   113 
   116