mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Fix typo in "SCHEDULE-AGENT" parameter name.
This commit is contained in:
parent
9dcda2abe4
commit
963de077d8
@ -339,7 +339,7 @@ function do_scheduling_requests( vCalendar $resource, $create ) {
|
||||
dbg_error_log( "PUT", "not delivering to owner" );
|
||||
continue;
|
||||
}
|
||||
$agent = $attendee->GetParameterValue('SCHDEULE-AGENT');
|
||||
$agent = $attendee->GetParameterValue('SCHEDULE-AGENT');
|
||||
if ( $agent && $agent != 'SERVER' ) {
|
||||
dbg_error_log( "PUT", "not delivering to %s, schedule agent set to value other than server", $email );
|
||||
continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user