Skip to content

Commit

Permalink
typo fix for location capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
liedekef committed Aug 3, 2023
1 parent fe8884e commit 445956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eme-rsvp.php
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ function eme_multibook_seats( $events, $send_mail, $format, $is_multibooking = 1
}
if ( !empty($location) && !empty($location['location_properties']['max_capacity'])) {
$used_capacity = eme_get_event_location_used_capacity( $event );
$boooked_cap = 0;
$booked_cap = 0;
foreach ($bookedSeats_for_capacity_check as $t2_info) {
if ($event['location_id'] != $t2_info['location_id']) {
continue;
Expand Down

0 comments on commit 445956a

Please sign in to comment.