1 system.install system_update_1032()

Enable config module.

Related topics

File

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

Code

function system_update_1032() {
  update_module_enable(array('config'));
}