Details
Description
Registration.php - checkValidEvent method checks if event date user is trying to register for is past - code reference $this_values[event]registration_end_date but the object does not have such a field, it should be $this_values[event]event_end_date
Attached code snippet shows my correction