mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-18 01:31:21 +00:00
Initialise the parent_container when constructing from a row.
This commit is contained in:
parent
141f2da550
commit
cd154199b8
@ -66,6 +66,7 @@ function add_proxy_response( $which, $parent_path ) {
|
||||
|
||||
dbg_error_log( 'PROPFIND', 'Returning proxy response to "%s" for "%s"', $which, $parent_path );
|
||||
|
||||
$collection->parent_container = $parent_path;
|
||||
$collection->dav_name = $parent_path.'calendar-proxy-'.$which.'/';
|
||||
$collection->is_calendar = 'f';
|
||||
$collection->is_addressbook = 'f';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user