1.20.x system.install system_update_1045()

Ensure that the installation flag is properly set.

Related topics

File

modules/system/system.install, line 2736
Install, update and uninstall functions for the system module.

Code

function system_update_1045() {
  state_set('install_task', 'done');
}