diff --git a/core/includes/theme.maintenance.inc b/core/includes/theme.maintenance.inc index 55809e4..f4a92a4 100644 --- a/core/includes/theme.maintenance.inc +++ b/core/includes/theme.maintenance.inc @@ -92,7 +92,6 @@ function _drupal_maintenance_theme() { } _drupal_theme_initialize($themes[$theme], array_reverse($base_theme), '_theme_load_offline_registry'); - // These are usually added from system_init() -except maintenance.css. // When the database is inactive it's not called so we add it here. $path = drupal_get_path('module', 'system'); drupal_add_css($path . '/css/system.module.css');