mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-03 14:09:23 +00:00
In -03 the response is renamed to 'response' rather than 'sync-response'
This commit is contained in:
parent
b381c0c7a4
commit
2898fb2b23
@ -108,7 +108,7 @@ if ( $qry->Exec("REPORT",__LINE__,__FILE__) ) {
|
||||
$dav_resource = new DAVResource($object);
|
||||
$resultset = array_merge( $resultset, $dav_resource->GetPropStat($proplist,$reply) );
|
||||
}
|
||||
$responses[] = new XMLElement( 'sync-response', $resultset );
|
||||
$responses[] = new XMLElement( 'response', $resultset );
|
||||
$first_status = $object->sync_status;
|
||||
$last_dav_name = $object->dav_name;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user