mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-28 18:16:05 +00:00
Correct typo in attendee change to PUT-functions.
This commit is contained in:
parent
92e106653b
commit
985338a1b6
@ -679,7 +679,7 @@ function write_attendees( $dav_id, $ical ) {
|
||||
$processed = array();
|
||||
foreach( $attendees AS $v ) {
|
||||
$attendee = $v->Value();
|
||||
if ( $processed[$attendee] ) {
|
||||
if ( isset($processed[$attendee]) ) {
|
||||
dbg_error_log( 'LOG', 'Duplicate attendee "%s" in resource "%d"', $attendee, $dav_id );
|
||||
dbg_error_log( 'LOG', 'Original: "%s"', $processed[$attendee] );
|
||||
dbg_error_log( 'LOG', 'Duplicate: "%s"', $v->Render() );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user