From ef569d2795e613ed23e4e2757db70148fbd70d8d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 24 Jun 2013 06:28:48 -0400 Subject: [PATCH] CRM-12321 - CRM_Core_BAO_Cache - Clear statics when flushing system caches --- CRM/Utils/System.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/System.php b/CRM/Utils/System.php index d4093ceea7..946cddf433 100644 --- a/CRM/Utils/System.php +++ b/CRM/Utils/System.php @@ -1255,6 +1255,7 @@ class CRM_Utils_System { CRM_Pledge_BAO_Pledge::$_exportableFields = CRM_Contribute_BAO_Query::$_contributionFields = CRM_Core_BAO_CustomField::$_importFields = + CRM_Core_BAO_Cache::$_cache = CRM_Core_DAO::$_dbColumnValueCache = NULL; CRM_Core_OptionGroup::flushAll(); -- 2.25.1