Initialise the parent_container when constructing from a row.

This commit is contained in:
Andrew McMillan 2010-03-24 23:41:23 +13:00
parent 141f2da550
commit cd154199b8

View File

@ -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';