_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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.