_install_locale_initial_batch_finished

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

Finished callback for the first locale import batch.

Advance installer task to the configure screen.

1 string reference to '_install_locale_initial_batch_finished'

File

./install.php, line 869

Code

function _install_locale_initial_batch_finished($success, $results) {
  variable_set('install_task', 'configure');
}
Login or register to post comments