diff options
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index ba3438b08..993e4bd1f 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3153,7 +3153,10 @@ function system_update_1005() { } cache_clear_all(); + + include_once './'. drupal_get_path('module', 'system') .'/system.admin.inc'; system_modules(); + menu_rebuild(); node_types_rebuild(); |