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

- Patch #822108 by jhodgdon, aaronbauman, justinrandell: rediscover bootstrap...

- Patch #822108 by jhodgdon, aaronbauman, justinrandell: rediscover bootstrap hook implementations during cache clear.
parent b059eaeb
Branches
Tags
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
......@@ -6277,6 +6277,11 @@ function drupal_flush_all_caches() {
foreach ($cache_tables as $table) {
cache_clear_all('*', $table, TRUE);
}
// Rebuild the bootstrap module list. We do this here so that developers
// can get new hook_boot() implementations registered without having to
// write a hook_update_N() function.
_system_update_bootstrap_status();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment