summaryrefslogtreecommitdiff
path: root/includes/module.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-01-24 14:48:36 +0000
committerDries Buytaert <dries@buytaert.net>2007-01-24 14:48:36 +0000
commit03752e35a41992c3d61f2591980020c87af257e7 (patch)
treedd8d9f51a47716785083591d82ca873c201c1057 /includes/module.inc
parentd407de4cec606623a5946805d2d42b580ccb116b (diff)
downloadbrdo-03752e35a41992c3d61f2591980020c87af257e7.tar.gz
brdo-03752e35a41992c3d61f2591980020c87af257e7.tar.bz2
- Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet.
Diffstat (limited to 'includes/module.inc')
-rw-r--r--includes/module.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/module.inc b/includes/module.inc
index 84cb4653e..44aba1874 100644
--- a/includes/module.inc
+++ b/includes/module.inc
@@ -253,7 +253,6 @@ function module_enable($module_list) {
module_list(TRUE, FALSE);
// Force to regenerate the stored list of hook implementations.
module_implements('', FALSE, TRUE);
- cache_clear_all('*', 'cache_menu', TRUE);
}
foreach ($invoke_modules as $module) {
@@ -283,7 +282,6 @@ function module_disable($module_list) {
module_list(TRUE, FALSE);
// Force to regenerate the stored list of hook implementations.
module_implements('', FALSE, TRUE);
- cache_clear_all('*', 'cache_menu', TRUE);
}
}