Skip to content
Snippets Groups Projects
Commit c621a607 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #87629 by chx: removing my debug code.

parent 90f9bffb
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
...@@ -1693,10 +1693,6 @@ function system_settings_overview() { ...@@ -1693,10 +1693,6 @@ function system_settings_overview() {
$content = system_admin_menu_block($menu); $content = system_admin_menu_block($menu);
$output = theme('admin_block_content', $content); $output = theme('admin_block_content', $content);
// TODO: remove this:
foreach (module_implements('settings') as $module) {
drupal_set_message("$module settings inaccessible: module needs updating because the _settings hook has been deprecated.");
}
return $output; return $output;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment