diff --git a/radicale/xmlutils.py b/radicale/xmlutils.py index 248cd8f..b48dfbd 100644 --- a/radicale/xmlutils.py +++ b/radicale/xmlutils.py @@ -997,7 +997,7 @@ def report(base_prefix, path, xml_request, collection): """ multistatus = ET.Element(_tag("D", "multistatus")) if xml_request is None: - return multistatus + return client.MULTI_STATUS, multistatus root = xml_request if root.tag in ( _tag("D", "principal-search-property-set"),