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