mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
correctly emit error message when cancelling an event fails
This commit is contained in:
parent
8f38332fce
commit
fc4f6013db
@ -312,7 +312,7 @@ function processItipCancel( vCalendar $vcal, vProperty $attendee, WritableCollec
|
||||
|
||||
if ( $attendee_calendar->actualDeleteCalendarMember($row->dav_name) === false ) {
|
||||
dbg_error_log('ERROR', 'Could not delete calendar member %s for %s',
|
||||
$row->dav_name(), $attendee->Value());
|
||||
$row->dav_name, $attendee->Value());
|
||||
trace_bug('Failed to write scheduling resource.');
|
||||
return '5.2';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user