diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index e959bf97f51688b2c133763c9f8aa5b7a1c409f8..7050388086eb99ea9d771b1a7465c22a19df5600 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -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'); } /**