CRM-12321 - CRM_Core_BAO_Cache - Clear statics when flushing system caches
authorTim Otten <totten@civicrm.org>
Mon, 24 Jun 2013 10:28:48 +0000 (06:28 -0400)
committerTim Otten <totten@civicrm.org>
Mon, 24 Jun 2013 10:29:41 +0000 (06:29 -0400)
CRM/Utils/System.php

index d4093ceea777f90fab5797582ee8f95ab1c517f4..946cddf433e795c6d974ce1f704f49d6d8da9356 100644 (file)
@@ -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();