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:
c09fa72
)
Removed cache rebuild from the GroupContact
author
Lisa Marie Maginnis
<lisam@fsf.org>
Mon, 21 Sep 2015 17:18:43 +0000
(13:18 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Tue, 18 Jul 2017 16:54:56 +0000
(12:54 -0400)
CRM/Contact/BAO/Contact.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Contact.php
b/CRM/Contact/BAO/Contact.php
index a90501235ba62ce9451536fa2ef7f0e912c44c4d..20151a9b62dbd39c5d580fb8b0509868a89287d8 100644
(file)
--- a/
CRM/Contact/BAO/Contact.php
+++ b/
CRM/Contact/BAO/Contact.php
@@
-437,7
+437,8
@@
class CRM_Contact_BAO_Contact extends CRM_Contact_DAO_Contact {
// since resetting and
// rebuilding cache could be expensive (for many contacts). We might come out with better
// approach in future.
- CRM_Contact_BAO_Contact_Utils::clearContactCaches($contact->id);
+ // HACK: Dave did this due to many donations and other requests failing due to acl_cache table locks
+ // CRM_Contact_BAO_Contact_Utils::clearContactCaches($contact->id);
}
if ($invokeHooks) {