diff --git a/core/includes/theme.maintenance.inc b/core/includes/theme.maintenance.inc index ad505a8511c18161dbbc33986f7e05d74b0da2c3..21c8d0748710dad39c3fcff81a48680065493b26 100644 --- a/core/includes/theme.maintenance.inc +++ b/core/includes/theme.maintenance.inc @@ -91,7 +91,6 @@ function _drupal_maintenance_theme() { $base_theme[] = $new_base_theme = $themes[$themes[$ancestor]->base_theme]; $ancestor = $themes[$ancestor]->base_theme; } - _drupal_theme_initialize($themes[$theme], array_reverse($base_theme), '_theme_load_offline_registry'); _drupal_theme_initialize($themes[$theme], array_reverse($base_theme)); // Prime the theme registry. // @todo Remove global theme variables.