diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 1539e50..58e3259 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -2217,7 +2217,7 @@ function system_update_8034() { * * @ingroup config_upgrade */ -function system_update_8034() { +function system_update_8035() { update_variables_to_config('system.filter', array( 'filter_allowed_protocols' => 'protocols', ));