From 85e654633f047f5f11524a998943f031481656e7 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Fri, 31 Aug 2012 10:19:49 -0700 Subject: [PATCH] Issue #1468328 follow-up by Berdir, sun: Enable File module if enabling Update module in minimal profile. --- core/includes/install.core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc index c15107c609b8..b0825b81ac51 100644 --- a/core/includes/install.core.inc +++ b/core/includes/install.core.inc @@ -1890,7 +1890,7 @@ function install_configure_form_submit($form, &$form_state) { // Enable update.module if this option was selected. if ($form_state['values']['update_status_module'][1]) { - module_enable(array('update'), FALSE); + module_enable(array('file', 'update'), FALSE); // Add the site maintenance account's email address to the list of // addresses to be notified when updates are available, if selected. -- GitLab