summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-02-03 12:30:14 +0000
committerDries Buytaert <dries@buytaert.net>2009-02-03 12:30:14 +0000
commitd4867346f578906751f8ea0bd799c3fc1bfcbf48 (patch)
treeb5ea49cfb114cfc7cbbd37cf83908164e2bbe6e8 /modules/system/system.module
parentff1e4c669a64276a0d5c377bf69c1268c1fb796f (diff)
downloadbrdo-d4867346f578906751f8ea0bd799c3fc1bfcbf48.tar.gz
brdo-d4867346f578906751f8ea0bd799c3fc1bfcbf48.tar.bz2
- Patch #367380 by Moshe: make block module optional.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index e3c7acaed..0db103ae3 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1553,7 +1553,7 @@ function system_cron() {
}
}
- $core = array('cache', 'cache_block', 'cache_filter', 'cache_page', 'cache_form', 'cache_menu');
+ $core = array('cache', 'cache_filter', 'cache_page', 'cache_form', 'cache_menu');
$cache_tables = array_merge(module_invoke_all('flush_caches'), $core);
foreach ($cache_tables as $table) {
cache_clear_all(NULL, $table);