From: Tim Otten Date: Mon, 24 Jun 2013 10:28:48 +0000 (-0400) Subject: CRM-12321 - CRM_Core_BAO_Cache - Clear statics when flushing system caches X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ef569d2795e613ed23e4e2757db70148fbd70d8d;p=civicrm-core.git CRM-12321 - CRM_Core_BAO_Cache - Clear statics when flushing system caches --- 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();