by carlos8f, David_Rothstein: Fixed Dashboard is completely empty after installation.

merge-requests/26/head
Angie Byron 2010-06-24 17:32:01 +00:00
parent 8c390590d9
commit 136cb18aac
1 changed files with 1 additions and 0 deletions
includes

View File

@ -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');
}