mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-25 02:34:17 +00:00
Fix bug introduced with iSchedule support.
This commit is contained in:
parent
4e3cc98f39
commit
c36982c22f
@ -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 ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user