Issue #1907700 by katbailey: Remove language_init() from the array of bootstrap hooks as it no longer exists.
parent
20b0c7166c
commit
c962f4f5bc
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue