Fix bug introduced with iSchedule support.

This commit is contained in:
Andrew McMillan 2012-03-02 08:54:46 +13:00
parent 4e3cc98f39
commit c36982c22f

View File

@ -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 ) {