Skip to content

Commit

Permalink
Merge pull request #15140 from jaapjansma/issue_event_14
Browse files Browse the repository at this point in the history
dev/event#14 Fix excessive cache clearing on creating an event
  • Loading branch information
eileenmcnaughton authored Aug 26, 2019
2 parents af20556 + de85020 commit c9d43f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Event/BAO/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c9d43f1

Please sign in to comment.