From a6342bc0a6b9f1e8ec3ef0f3e32da2f651cd00e4 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Mon, 21 Sep 2015 13:20:08 -0400 Subject: [PATCH] hack to stop contributions from killing the site --- CRM/Contribute/BAO/Contribution.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Contribute/BAO/Contribution.php b/CRM/Contribute/BAO/Contribution.php index a80ac0fef6..1377e91332 100644 --- a/CRM/Contribute/BAO/Contribution.php +++ b/CRM/Contribute/BAO/Contribution.php @@ -176,7 +176,8 @@ class CRM_Contribute_BAO_Contribution extends CRM_Contribute_DAO_Contribution { self::recordFinancialAccounts($params); // reset the group contact cache for this group - CRM_Contact_BAO_GroupContactCache::remove(); + // HACK: dave hack - these caches are murder!!! + // CRM_Contact_BAO_GroupContactCache::remove(); if ($contributionID) { CRM_Utils_Hook::post('edit', 'Contribution', $contribution->id, $contribution); -- 2.25.1