projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e79e9c8
)
CRM-12321 - CRM_Core_BAO_Cache - Clear statics when flushing system caches
author
Tim Otten
<totten@civicrm.org>
Mon, 24 Jun 2013 10:28:48 +0000
(06:28 -0400)
committer
Tim Otten
<totten@civicrm.org>
Mon, 24 Jun 2013 10:29:41 +0000
(06:29 -0400)
CRM/Utils/System.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System.php
b/CRM/Utils/System.php
index d4093ceea777f90fab5797582ee8f95ab1c517f4..946cddf433e795c6d974ce1f704f49d6d8da9356 100644
(file)
--- 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();