diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-05 13:17:09 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-05 13:17:09 +0000 |
commit | 0e04fbd43dcbbbfb3e3386b86e8e843de3e8c80c (patch) | |
tree | 42d5a8f0f89f069c93c344c0b87f8c832b0d9763 /modules | |
parent | 00c8725480bc700713c2d44e086472a875bf8b3a (diff) | |
download | brdo-0e04fbd43dcbbbfb3e3386b86e8e843de3e8c80c.tar.gz brdo-0e04fbd43dcbbbfb3e3386b86e8e843de3e8c80c.tar.bz2 |
#170514 by pwolanin: block and page cache should be cleaned when a menu item is changed (saved, deleted) or the menu router is rebuilt
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node/content_types.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index 71787ff2f..3307372b0 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -317,7 +317,6 @@ function node_type_form_submit($form, &$form_state) { } node_types_rebuild(); - cache_clear_all(); menu_rebuild(); $t_args = array('%name' => $type->name); |