Follow-up to #1712250: fix system_update numbering.

8.0.x
Nathaniel Catchpole 2013-05-07 11:08:08 +01:00
parent 31513883d9
commit 3566cfe7bc
1 changed files with 1 additions and 1 deletions

View File

@ -2104,7 +2104,7 @@ function system_update_8054() {
/**
* Moves system theme settings from variables to config.
*/
function system_update_8054() {
function system_update_8055() {
// Install the global theme settings from the system module.
update_7_to_8_install_default_config('module', 'system.theme.global');
// Add the global settings to a map for variable to configuration conversion.