summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index e243d1f11..b3128cfbe 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -562,7 +562,7 @@ function list_themes($refresh = FALSE) {
if ($refresh) {
$list = array();
- drupal_static_reset('system_list');
+ system_list_reset();
}
if (empty($list)) {