From ef09cf93e5ac3b0a3783170c6f29fdc4f9df6224 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 14 Jul 2009 10:22:17 +0000 Subject: - Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity! --- includes/theme.maintenance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.maintenance.inc') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index 5445fc836..291b927c5 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -61,7 +61,7 @@ function _drupal_maintenance_theme() { $base_theme[] = $new_base_theme = $themes[$themes[$ancestor]->base_theme]; $ancestor = $themes[$ancestor]->base_theme; } - _init_theme($themes[$theme], array_reverse($base_theme), '_theme_load_offline_registry'); + _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. -- cgit v1.2.3