diff options
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 524b3e6b4..5ec6d5f42 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -200,7 +200,7 @@ function system_settings_overview() { */ function system_themes_page() { // Get current list of themes. - $themes = list_themes(); + $themes = system_rebuild_theme_data(); uasort($themes, 'system_sort_modules_by_info_name'); $theme_default = variable_get('theme_default', 'garland'); |