diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-22 05:01:39 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-22 05:01:39 +0000 |
commit | 9e2540eeb2ca9390636ef11ee00c46317c9522c1 (patch) | |
tree | fddcca906a3cfbc530c0f4b46739fce9641874e8 /modules/system/system.admin.inc | |
parent | 3946b191a9ad339030783d44ae4e852e4eff7303 (diff) | |
download | brdo-9e2540eeb2ca9390636ef11ee00c46317c9522c1.tar.gz brdo-9e2540eeb2ca9390636ef11ee00c46317c9522c1.tar.bz2 |
#306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 652197793..afe65919c 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -574,7 +574,6 @@ function system_modules($form_state = array()) { registry_rebuild(); drupal_theme_rebuild(); node_types_rebuild(); - menu_rebuild(); cache_clear_all('schema', 'cache'); // Get current list of modules. $files = module_rebuild_cache(); |