equal
deleted
inserted
replaced
2420 $paths->init(); |
2420 $paths->init(); |
2421 |
2421 |
2422 run_installer_stage('importlang', $lang->get('install_stg_importlang_title'), 'stg_import_language', $lang->get('install_stg_importlang_body')); |
2422 run_installer_stage('importlang', $lang->get('install_stg_importlang_title'), 'stg_import_language', $lang->get('install_stg_importlang_body')); |
2423 run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body')); |
2423 run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body')); |
2424 |
2424 |
2425 run_installer_stage('buildindex', 'Initialize search index', 'stg_build_index', 'Something went wrong while the page manager was attempting to build a search index.'); |
2425 run_installer_stage('buildindex', $lang->get('install_stg_buildindex_title'), 'stg_build_index', $lang->get('install_stg_buildindex_body')); |
2426 |
2426 |
2427 /* |
2427 /* |
2428 * HACKERS: |
2428 * HACKERS: |
2429 * If you're making a custom distribution of Enano, put all your custom plugin-related code here. |
2429 * If you're making a custom distribution of Enano, put all your custom plugin-related code here. |
2430 * You have access to the full Enano API as well as being logged in with complete admin rights. |
2430 * You have access to the full Enano API as well as being logged in with complete admin rights. |