From de85020dca40c6e766fa50a73852e962981daac3 Mon Sep 17 00:00:00 2001 From: Jaap Jansma Date: Mon, 26 Aug 2019 18:39:37 +0200 Subject: [PATCH] Fixed issue #14 --- CRM/Event/BAO/Event.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Event/BAO/Event.php b/CRM/Event/BAO/Event.php index eb096487d0c2..54e4b727bfe0 100644 --- a/CRM/Event/BAO/Event.php +++ b/CRM/Event/BAO/Event.php @@ -83,7 +83,6 @@ public static function setIsActive($id, $is_active) { * @return CRM_Event_DAO_Event */ public static function add(&$params) { - CRM_Utils_System::flushCache(); $financialTypeId = NULL; if (!empty($params['id'])) { CRM_Utils_Hook::pre('edit', 'Event', $params['id'], $params);