From 972b390ebbda7fc53f34552a5a111046e1d90070 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 23 Jun 2019 08:30:56 +1000 Subject: [PATCH] Ensure that contact groups caches are cleared if memory backed --- CRM/Utils/System.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/System.php b/CRM/Utils/System.php index 7508fe1573..e14e92dfb6 100644 --- a/CRM/Utils/System.php +++ b/CRM/Utils/System.php @@ -1439,6 +1439,7 @@ class CRM_Utils_System { Civi::cache('settings')->flush(); Civi::cache('js_strings')->flush(); Civi::cache('community_messages')->flush(); + Civi::cache('groups')->flush(); CRM_Extension_System::singleton()->getCache()->flush(); CRM_Cxn_CiviCxnHttp::singleton()->getCache()->flush(); } -- 2.25.1