_install_profile_batch_finished

6 install.php _install_profile_batch_finished($success, $results)

Finished callback for the modules install batch.

Advance installer task to language import.

1 string reference to '_install_profile_batch_finished'

File

./install.php, line 860

Code

function _install_profile_batch_finished($success, $results) {
  variable_set('install_task', 'locale-initial-import');
}
Login or register to post comments