Remove extraneous set from previously shared code
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 16 Nov 2023 04:00:28 +0000 (17:00 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 16 Nov 2023 04:00:28 +0000 (17:00 +1300)
CRM/Event/Form/Participant.php

index a24e9d092211678821df85e274e7a75ae4de7627..60ce9a90446d257daa16b1f9472fc642a8102063 100644 (file)
@@ -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;