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:
ec516c4
)
Removed CRM_Contact_BAO_GroupContactCache::remove() call from activites
author
Lisa Marie Maginnis
<lisam@fsf.org>
Mon, 21 Sep 2015 17:16:01 +0000
(13:16 -0400)
committer
Lisa Marie Maginnis
<lisam@fsf.org>
Mon, 21 Sep 2015 17:16:01 +0000
(13:16 -0400)
CRM/Activity/BAO/Activity.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Activity/BAO/Activity.php
b/CRM/Activity/BAO/Activity.php
index 42c2b993956160dd08d07ce2b98d2de8a6997a61..50a871a1bb58282312346b9b592d7d6e27a9257a 100644
(file)
--- a/
CRM/Activity/BAO/Activity.php
+++ b/
CRM/Activity/BAO/Activity.php
@@
-592,7
+592,7
@@
class CRM_Activity_BAO_Activity extends CRM_Activity_DAO_Activity {
}
// reset the group contact cache since smart groups might be affected due to this
- CRM_Contact_BAO_GroupContactCache::remove();
+
//
CRM_Contact_BAO_GroupContactCache::remove();
if (CRM_Utils_Array::value('id', $params)) {
CRM_Utils_Hook::post('edit', 'Activity', $activity->id, $activity);