X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FParticipant.php;h=5897aff52bb954058040b74c9a3fca7d9b996686;hb=edc80cda6bfef2572d515c4c139d83f7556e632a;hp=bb16370b55baf2348955c0bb18c6c8827d79bb23;hpb=d92edefc480455c404ab2c3da6b3c81e803be865;p=civicrm-core.git diff --git a/CRM/Event/Form/Participant.php b/CRM/Event/Form/Participant.php index bb16370b55..5897aff52b 100644 --- a/CRM/Event/Form/Participant.php +++ b/CRM/Event/Form/Participant.php @@ -223,7 +223,7 @@ class CRM_Event_Form_Participant extends CRM_Contribute_Form_AbstractEditPayment // @todo eliminate this duplication. $this->_contactId = $this->_contactID; $this->_eID = CRM_Utils_Request::retrieve('eid', 'Positive', $this); - $this->_context = CRM_Utils_Request::retrieve('context', 'String', $this); + $this->_context = CRM_Utils_Request::retrieve('context', 'Alphanumeric', $this); $this->assign('context', $this->_context); if ($this->_contactID) {