diff --git a/caffeinated/admin/extend/registrations/EE_Event_Registrations_List_Table.class.php b/caffeinated/admin/extend/registrations/EE_Event_Registrations_List_Table.class.php index 04a2cb14e72..2f7e02b22ce 100644 --- a/caffeinated/admin/extend/registrations/EE_Event_Registrations_List_Table.class.php +++ b/caffeinated/admin/extend/registrations/EE_Event_Registrations_List_Table.class.php @@ -199,7 +199,7 @@ protected function _set_properties() $this->_hidden_columns = []; $this->event = EEM_Event::instance()->get_one_by_ID($this->event_id); if ($this->event instanceof EE_Event) { - $this->datetimes_for_event = $this->event->datetimes_ordered(); + $this->datetimes_for_event = DatetimesForEventCheckIn::fromEvent($this->event); } }