Changeset 13753 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-events/includes/routes/user/host-event.php
- Timestamp:
- 05/28/2024 11:52:23 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-events/includes/routes/user/host-event.php
r13683 r13753 50 50 } 51 51 52 $affected_attendee = $this->attendee_repository->get_attendee ( $event_id, $user_id );52 $affected_attendee = $this->attendee_repository->get_attendee_for_event_for_user( $event_id, $user_id ); 53 53 // The user is attending to the event, so if I don't find the attendee, I won't create it. 54 54 if ( $affected_attendee instanceof Attendee ) {
Note: See TracChangeset
for help on using the changeset viewer.