1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
This commit is contained in:
Guillaume Ayoub 2014-03-04 01:08:56 +01:00
parent 3bd5b8f0fc
commit 066dffd614

View file

@ -282,8 +282,8 @@ class Application(object):
is_valid_user = is_authenticated or not user
if is_valid_user:
items = ical.Collection.from_path(path,
environ.get("HTTP_DEPTH", "0"))
items = ical.Collection.from_path(
path, environ.get("HTTP_DEPTH", "0"))
read_allowed_items, write_allowed_items = \
self.collect_allowed_items(items, user)
else: