diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 6859b32..2a5e87c 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -2271,7 +2271,7 @@ function system_update_8060() { * * @ingroup config_upgrade */ -function system_update_8060() { +function system_update_8061() { $results = db_select('block') ->condition('module', 'system') ->fields('block')