install_reserved_tasks
- Versions
- 6
install_reserved_tasks()
The list of reserved tasks to run in the installer.
Code
./install.php, line 873
<?php
function install_reserved_tasks() {
return array('configure', 'profile-install', 'profile-install-batch', 'locale-initial-import', 'locale-initial-batch', 'profile-finished', 'locale-remaining-batch', 'finished', 'done');
}
?>Login or register to post comments 