diff --git a/core/update.php b/core/update.php index 322bf0a..c524f34 100644 --- a/core/update.php +++ b/core/update.php @@ -325,7 +325,6 @@ function update_task_list($active = NULL) { // below. require_once __DIR__ . '/includes/module.inc'; -// Now remove the cache override. $settings = settings()->getAll(); new Settings($settings); $kernel = new DrupalKernel('update', drupal_classloader(), FALSE);