From 91788849ddbcc917dafbe9ff8df080bab51bdb8b Mon Sep 17 00:00:00 2001 From: catch Date: Thu, 13 Dec 2012 12:40:43 +0000 Subject: [PATCH] Issue #1824920 by sun, xjm: Fixed duplicate 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 33e3806e65e..0b3bfef7187 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -2342,7 +2342,7 @@ function system_update_8042() { * * @ingroup config_upgrade */ -function system_update_8042() { +function system_update_8043() { update_variables_to_config('system.performance', array( 'theme_link' => 'theme_link', ));