mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Fix bug from refactoring.
This commit is contained in:
parent
e2ea1d89ce
commit
85fc1c18f0
@ -427,8 +427,6 @@ function item_to_xml( $item ) {
|
||||
|
||||
$allprop = isset($prop_list['DAV::allprop']);
|
||||
|
||||
$item->properties = get_arbitrary_properties($item->dav_name);
|
||||
|
||||
$url = ConstructURL($item->dav_name);
|
||||
|
||||
$prop = new XMLElement("prop");
|
||||
@ -464,6 +462,8 @@ function item_to_xml( $item ) {
|
||||
*/
|
||||
add_general_properties( $prop, $not_found, $denied, $item );
|
||||
|
||||
add_arbitrary_properties($prop, $not_found, $item );
|
||||
|
||||
return build_propstat_response( $prop, $not_found, $denied, $url );
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user