CRM-21328: Protect Array Access with Unexisting Keys
authorCamilo Rodriguez <camilo@compucorp.co.uk>
Tue, 24 Oct 2017 18:09:10 +0000 (18:09 +0000)
committerCamilo Rodriguez <camilo@compucorp.co.uk>
Tue, 24 Oct 2017 18:09:10 +0000 (18:09 +0000)
commitad2785a2d95ee092ebe65c719c002b8be321a145
treed318455775714420e2486354719fd281676320aa
parent2bc7601f9e9f80bc91cc1e04c0d60d07b664ae63
CRM-21328: Protect Array Access with Unexisting Keys

Changed direct access to $currentOption array by using the
CRM_Utils_Array::value() wrapper, so no notices are issued.
CRM/Event/Form/Registration/Register.php