diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-06-24 17:32:01 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-06-24 17:32:01 +0000 |
commit | 136cb18aac11e5cd0a67290ece949dbffc1018aa (patch) | |
tree | 6012349e4a93eb83a608780d73f4474a605bdbdc | |
parent | 8c390590d970b76c8c69fed07d1b88d1bd84612d (diff) | |
download | brdo-136cb18aac11e5cd0a67290ece949dbffc1018aa.tar.gz brdo-136cb18aac11e5cd0a67290ece949dbffc1018aa.tar.bz2 |
#831080 by carlos8f, David_Rothstein: Fixed Dashboard is completely empty after installation.
-rw-r--r-- | includes/module.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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'); } |