Removed CRM_Contact_BAO_GroupContactCache::remove() call from activites
authorLisa Marie Maginnis <lisam@fsf.org>
Mon, 21 Sep 2015 17:16:01 +0000 (13:16 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Mon, 21 Sep 2015 17:16:01 +0000 (13:16 -0400)
CRM/Activity/BAO/Activity.php

index 42c2b993956160dd08d07ce2b98d2de8a6997a61..50a871a1bb58282312346b9b592d7d6e27a9257a 100644 (file)
@@ -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);