- Patch #1496458 by swentel, pcambra, n3or, sun, kbasarab, marcingy, no_commit_credit: convert maintenance mode settings to configuration system.

8.0.x
Dries 2012-08-07 15:26:00 -04:00
parent c7dc1e854e
commit 34573dde97
1 changed files with 12 additions and 0 deletions

View File

@ -2034,6 +2034,18 @@ function system_update_8015() {
}
}
/**
* Move the system maintenance settings from variable to config.
*
* @ingroup config_upgrade
*/
function system_update_8015() {
update_variables_to_config('system.maintenance', array(
'maintenance_mode' => 'enabled',
'maintenance_mode_message' => 'message',
));
}
/**
* @} End of "defgroup updates-7.x-to-8.x".
* The next series of updates should start at 9000.