From: Eileen McNaughton Date: Thu, 16 Nov 2023 04:00:28 +0000 (+1300) Subject: Remove extraneous set from previously shared code X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5bb74e83a2fe9ea9b1434163909fc0de38aae1c9;p=civicrm-core.git Remove extraneous set from previously shared code --- diff --git a/CRM/Event/Form/Participant.php b/CRM/Event/Form/Participant.php index a24e9d0922..60ce9a9044 100644 --- a/CRM/Event/Form/Participant.php +++ b/CRM/Event/Form/Participant.php @@ -977,7 +977,6 @@ class CRM_Event_Form_Participant extends CRM_Contribute_Form_AbstractEditPayment $this->_params['receipt_date'] = NULL; } - $this->set('params', $this->_params); //add contribution record $this->_params['mode'] = $this->_mode;