mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
parent
9e8c3c47c4
commit
55586c784e
@ -218,7 +218,7 @@ function doItipOrganizerCancel( vCalendar $vcal ) {
|
||||
global $request;
|
||||
|
||||
$attendees = $vcal->GetAttendees();
|
||||
if ( count($attendees) == 0 && count($old_attendees) == 0 ) {
|
||||
if ( count($attendees) == 0 ) {
|
||||
dbg_error_log( 'schedule', 'Event has no attendees - no scheduling required.', count($attendees) );
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user