diff --git a/CRM/Event/Form/Registration.php b/CRM/Event/Form/Registration.php index 7d7263173769..ebde060eb3b3 100644 --- a/CRM/Event/Form/Registration.php +++ b/CRM/Event/Form/Registration.php @@ -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');