equal
deleted
inserted
replaced
106 |
106 |
107 // Import languages |
107 // Import languages |
108 error_reporting(E_ALL | E_STRICT); |
108 error_reporting(E_ALL | E_STRICT); |
109 run_installer_stage('importlang', $lang->get('install_stg_importlang_title'), 'stg_language_setup', $lang->get('install_stg_importlang_body')); |
109 run_installer_stage('importlang', $lang->get('install_stg_importlang_title'), 'stg_language_setup', $lang->get('install_stg_importlang_body')); |
110 |
110 |
|
111 // Pull in default content |
|
112 run_installer_stage('importcontent', $lang->get('install_stg_importcontent_title'), 'stg_add_content', $lang->get('install_stg_importcontent_body')); |
|
113 |
111 // Init logs |
114 // Init logs |
112 run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body')); |
115 run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body')); |
113 |
116 |
114 close_install_table(); |
117 close_install_table(); |
115 |
118 |