_install_locale_initial_batch_finished
- Versions
- 6
_install_locale_initial_batch_finished($success, $results)
Finished callback for the first locale import batch.
Advance installer task to the configure screen.
Code
./install.php, line 857
<?php
function _install_locale_initial_batch_finished($success, $results) {
variable_set('install_task', 'configure');
}
?>Login or register to post comments 