summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-09-10 22:10:10 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-09-10 22:10:10 +0000
commit0d8adb439d47d2f30fc0d4edee029f40d3145316 (patch)
treec2884b6856f719ebcd697af0590ac4af4be6f00e /modules/system/system.admin.inc
parente2d58353bcf9cc438f61066fa8176df957904bd6 (diff)
downloadbrdo-0d8adb439d47d2f30fc0d4edee029f40d3145316.tar.gz
brdo-0d8adb439d47d2f30fc0d4edee029f40d3145316.tar.bz2
#306316 follow-up by catch: Revert coupling of node_types_rebuild() and menu_rebuild().
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 2d1875e74..bd7f54eff 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1000,6 +1000,7 @@ function system_modules_submit($form, &$form_state) {
registry_rebuild();
drupal_theme_rebuild();
node_types_rebuild();
+ menu_rebuild();
cache_clear_all('schema', 'cache');
cache_clear_all('entity_info', 'cache');
drupal_clear_css_cache();