diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index a93dd0dd7..b54f0bc13 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -2468,7 +2468,7 @@ function template_preprocess_maintenance_page(&$variables) { global $theme; // Retrieve the theme data to list all available regions. - $theme_data = _system_rebuild_theme_data(); + $theme_data = list_themes(); $regions = $theme_data[$theme]->info['regions']; // Get all region content set with drupal_add_region_content(). |