Fix the collection detection

This commit is contained in:
Guillaume Ayoub 2012-02-20 17:41:36 +01:00
parent 97f8738465
commit 224d0d47e8
2 changed files with 6 additions and 5 deletions

View file

@ -279,7 +279,7 @@ def _propfind_response(path, item, props, user):
if item.is_principal:
tag = ET.Element(_tag("D", "principal"))
element.append(tag)
else:
if item.is_item(item.path):
tag = ET.Element(_tag("C", item.resource_type))
element.append(tag)
tag = ET.Element(_tag("D", "collection"))