From 1b50807d40087a5acef4f31416d521d84551d68e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 4 Jun 2015 12:37:19 -0400 Subject: [PATCH] CRM-16556 - Clear caches more thoroughly from config->cleanupCaches --- CRM/Core/Config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Core/Config.php b/CRM/Core/Config.php index d37ee5911e..1d8cd5a608 100644 --- a/CRM/Core/Config.php +++ b/CRM/Core/Config.php @@ -728,8 +728,9 @@ class CRM_Core_Config extends CRM_Core_Config_Variables { // cleanup templates_c directory $this->cleanup(1, FALSE); - // clear db caching + // clear all caches self::clearDBCache(); + CRM_Utils_System::flushCache(); if ($sessionReset) { $session = CRM_Core_Session::singleton(); -- 2.25.1