From 963de077d879c7e14e5813fc8149d5d6f787588d Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 14 Sep 2011 11:26:53 +1200 Subject: [PATCH] Fix typo in "SCHEDULE-AGENT" parameter name. --- inc/caldav-PUT-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-PUT-functions.php b/inc/caldav-PUT-functions.php index a22f9314..b9589127 100644 --- a/inc/caldav-PUT-functions.php +++ b/inc/caldav-PUT-functions.php @@ -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;