- Patch #544360 by David_Rothstein: fix for dashboard module.

merge-requests/26/head
Dries Buytaert 2009-10-13 14:15:08 +00:00
parent dd5ded8334
commit b1a26d0b11
1 changed files with 3 additions and 3 deletions

View File

@ -1442,9 +1442,9 @@ function install_finished(&$install_state) {
// need to modify it via hook_system_info_alter(). We need to clear the
// theme static cache first, to make sure that the theme data is actually
// rebuilt.
drupal_static_reset('_system_get_theme_data');
system_get_module_data();
system_get_theme_data();
drupal_static_reset('_system_rebuild_theme_data');
system_rebuild_module_data();
system_rebuild_theme_data();
// Rebuild menu and registry to get content type links registered by the
// profile, and possibly any other menu items created through the tasks.