mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +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 ) {
|
if ( $answer === false ) {
|
||||||
$reply->CalDAVElement($response, "request-status", "3.7;Invalid Calendar User" );
|
$reply->CalDAVElement($response, "request-status", "3.7;Invalid Calendar User" );
|
||||||
$reply->CalDAVElement($response, "calendar-data" );
|
$reply->CalDAVElement($response, "calendar-data" );
|
||||||
|
$responses[] = $response;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ( $answer as $a )
|
foreach ( $answer as $a )
|
||||||
{
|
{
|
||||||
if ( $a === false ) {
|
if ( $a === false ) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user