diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 6fb8905..6484f7c 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1810,7 +1810,7 @@ function system_update_8011() { /** * Enable automatic cron module and move the config into it. */ -function system_update_8011() { +function system_update_8012() { $config_factory = \Drupal::configFactory(); $system_cron_config = $config_factory->getEditable('system.cron'); if ($autorun = $system_cron_config->get('threshold.autorun')) {