Skip to content
Snippets Groups Projects
Commit c962f4f5 authored by catch's avatar catch
Browse files

Issue #1907700 by katbailey: Remove language_init() from the array of...

Issue #1907700 by katbailey: Remove language_init() from the array of bootstrap hooks as it no longer exists.
parent 20b0c716
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
......@@ -1450,7 +1450,7 @@ function drupal_serve_page_from_cache(stdClass $cache) {
* Defines the critical hooks that force modules to always be loaded.
*/
function bootstrap_hooks() {
return array('boot', 'exit', 'watchdog', 'language_init');
return array('boot', 'exit', 'watchdog');
}
/**
......
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