Skip to content
Snippets Groups Projects
Commit 85e65463 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1468328 follow-up by Berdir, sun: Enable File module if enabling Update...

Issue #1468328 follow-up by Berdir, sun: Enable File module if enabling Update module in minimal profile.
parent 7564524a
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment