From 1f9077ee9263a64eb62cfdb75d7a5233cb86e83c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 6 Jun 2009 16:05:28 +0000 Subject: - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). --- 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 915a5794b..3267e1d01 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -223,7 +223,7 @@ function template_preprocess_maintenance_page(&$variables) { global $theme; // Retrieve the theme data to list all available regions. - $theme_data = _system_theme_data(); + $theme_data = _system_get_theme_data(); $regions = $theme_data[$theme]->info['regions']; // Get all region content set with drupal_add_region_content(). -- cgit v1.2.3