From 13deb14e97c62a82b0bebf62ea80b7dccb52b798 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Mon, 21 Sep 2015 13:21:21 -0400 Subject: [PATCH] Removed cache rebuild --- CRM/Event/BAO/Participant.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Event/BAO/Participant.php b/CRM/Event/BAO/Participant.php index 407c15c30c..b2f7461f6e 100644 --- a/CRM/Event/BAO/Participant.php +++ b/CRM/Event/BAO/Participant.php @@ -139,7 +139,8 @@ class CRM_Event_BAO_Participant extends CRM_Event_DAO_Participant { $session = CRM_Core_Session::singleton(); // reset the group contact cache for this group - CRM_Contact_BAO_GroupContactCache::remove(); + // HACK: by davet + // CRM_Contact_BAO_GroupContactCache::remove(); if (CRM_Utils_Array::value('id', $params)) { CRM_Utils_Hook::post('edit', 'Participant', $participantBAO->id, $participantBAO); -- 2.25.1