diff options
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 745969276..2ce39b653 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -857,8 +857,6 @@ function system_modules($form, $form_state = array()) { } } - // Mark dependents disabled so the user cannot remove required modules. - $dependents = array(); // If this module is required by other modules, list those, and then make it // impossible to disable this one. foreach ($module->required_by as $required_by => $v) { |