From 9c7b582952ea5797bd50a401e8044ff489ca0136 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Mon, 21 Sep 2015 13:16:01 -0400 Subject: [PATCH] Removed CRM_Contact_BAO_GroupContactCache::remove() call from activites --- CRM/Activity/BAO/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Activity/BAO/Activity.php b/CRM/Activity/BAO/Activity.php index 42c2b99395..50a871a1bb 100644 --- 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); -- 2.25.1