From c36982c22f5e8bc8f31182abe5838ffd5db8a420 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 2 Mar 2012 08:54:46 +1300 Subject: [PATCH] Fix bug introduced with iSchedule support. --- inc/caldav-POST.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/caldav-POST.php b/inc/caldav-POST.php index 301a4297..09b09fb4 100644 --- a/inc/caldav-POST.php +++ b/inc/caldav-POST.php @@ -83,8 +83,10 @@ function handle_freebusy_request( $ic ) { if ( $answer === false ) { $reply->CalDAVElement($response, "request-status", "3.7;Invalid Calendar User" ); $reply->CalDAVElement($response, "calendar-data" ); + $responses[] = $response; continue; } + foreach ( $answer as $a ) { if ( $a === false ) {