Undefined property fix
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 24 Aug 2023 23:43:58 +0000 (11:43 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 24 Aug 2023 23:43:58 +0000 (11:43 +1200)
commit2e351b63a774e194c41b58ba108416959b4aa119
tree2d955c26ffc79dfd091c76f543bdaebf4d6c81b6
parentc612b161b793593c99d7ec25d906a629d9c80d8f
Undefined property fix

This removes interaction with an undefined property which actually only
tells us if eventId is in the url. The property is only accessed
in preProcess, buildForm & setDefaultValues - ie when the GET is
populated because this overload use case is only for ajax
loading of fees - so we can just keep checking _GET and
not set a property
CRM/Event/Form/Participant.php