Issue #1824920 by sun, xjm: Fixed duplicate update numbering.

8.0.x
catch 2012-12-13 12:40:43 +00:00
parent 2b5616298b
commit 91788849dd
1 changed files with 1 additions and 1 deletions

View File

@ -2342,7 +2342,7 @@ function system_update_8042() {
* *
* @ingroup config_upgrade * @ingroup config_upgrade
*/ */
function system_update_8042() { function system_update_8043() {
update_variables_to_config('system.performance', array( update_variables_to_config('system.performance', array(
'theme_link' => 'theme_link', 'theme_link' => 'theme_link',
)); ));