Skip to content

Commit

Permalink
Merge pull request #26588 from demeritcowboy/why
Browse files Browse the repository at this point in the history
Why?
  • Loading branch information
colemanw authored Jun 21, 2023
2 parents 8fc44de + 783f37d commit 51e225d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CRM/Event/Form/Registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -730,9 +730,6 @@ private static function initSet($form, $doNotIncludeExpiredFields = FALSE, $pric
* @throws \CRM_Core_Exception
*/
public function confirmPostProcess($contactID = NULL, $contribution = NULL) {
// add/update contact information
unset($this->_params['note']);

//to avoid conflict overwrite $this->_params
$this->_params = $this->get('value');

Expand Down

0 comments on commit 51e225d

Please sign in to comment.