X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FPage%2FParticipantListing%2FNameStatusAndDate.php;h=2d53edfb3bd161a494b5f07b5f0a69b381e7fb32;hb=5da8912f50ce6b6b9a72a7ad587d7d0ec9ea1e6a;hp=a9eb028d166f6dff68013cfdf7bf8ad0c80b6dda;hpb=8be074be78de0dee8886e3fbf2db1653127750ed;p=civicrm-core.git diff --git a/CRM/Event/Page/ParticipantListing/NameStatusAndDate.php b/CRM/Event/Page/ParticipantListing/NameStatusAndDate.php index a9eb028d16..2d53edfb3b 100644 --- a/CRM/Event/Page/ParticipantListing/NameStatusAndDate.php +++ b/CRM/Event/Page/ParticipantListing/NameStatusAndDate.php @@ -27,7 +27,7 @@ class CRM_Event_Page_ParticipantListing_NameStatusAndDate extends CRM_Core_Page public function preProcess() { $this->_id = CRM_Utils_Request::retrieve('id', 'Integer', $this, TRUE); - // ensure that there is a particpant type for this + // ensure that there is a participant type for this $this->_participantListingID = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_Event', $this->_id, 'participant_listing_id'