From 3566cfe7bcfc7081e1bbc39472c95250fc65141d Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Tue, 7 May 2013 11:08:08 +0100 Subject: [PATCH] Follow-up to #1712250: fix system_update numbering. --- core/modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 000b0421a6..2a6f76cc24 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -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. -- 2.22.2