From 136cb18aac11e5cd0a67290ece949dbffc1018aa Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 24 Jun 2010 17:32:01 +0000 Subject: #831080 by carlos8f, David_Rothstein: Fixed Dashboard is completely empty after installation. --- includes/module.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/module.inc b/includes/module.inc index c9d2f4d71..f96ba3b91 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -173,6 +173,7 @@ function system_list($type) { */ function system_list_reset() { drupal_static_reset('system_list'); + drupal_static_reset('list_themes'); cache_clear_all('bootstrap_modules', 'cache_bootstrap'); cache_clear_all('system_list', 'cache_bootstrap'); } -- cgit v1.2.3