1 system.install | system_update_1045() |
Ensure that the installation flag is properly set.
Related topics
File
- core/
modules/ system/ system.install, line 2851 - Install, update and uninstall functions for the system module.
Code
function system_update_1045() {
state_set('install_task', 'done');
}