Skip to content
Snippets Groups Projects
Commit 44bf48c1 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

revert requirement for 'update' module, which is not yet in Drupal core, but...

revert requirement for 'update' module, which is not yet in Drupal core, but slipped in with http://drupal.org/cvs?commit=71956
parent e59852d3
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
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* An array of modules to be enabled. * An array of modules to be enabled.
*/ */
function default_profile_modules() { function default_profile_modules() {
return array('color', 'comment', 'help', 'taxonomy', 'dblog', 'update'); return array('color', 'comment', 'help', 'taxonomy', 'dblog');
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment