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