From e6e00e8444caa3dce647ce46b01256084ce2048c Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 1 Feb 2016 23:35:16 -0500 Subject: Issue #1191290 by klausi, David_Rothstein, Fabianx: system_cron() should not invoke hook_flush_caches() on every cron run --- includes/module.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/module.inc b/includes/module.inc index b92abcde9..0589ba787 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -733,6 +733,7 @@ function module_implements($hook, $sort = FALSE, $reset = FALSE) { drupal_static_reset('module_hook_info'); drupal_static_reset('drupal_alter'); cache_clear_all('hook_info', 'cache_bootstrap'); + cache_clear_all('system_cache_tables', 'cache'); return; } -- cgit v1.2.3