From 73338ac20b03f5cadb531f56f7d03e6666c19ce4 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 18 Sep 2018 21:04:58 +0200 Subject: [PATCH] use correct module --- radicale/app/put.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/app/put.py b/radicale/app/put.py index 25bad32..9242106 100644 --- a/radicale/app/put.py +++ b/radicale/app/put.py @@ -69,7 +69,7 @@ class ApplicationPutMixin: not permissions and parent_permissions): write_whole_collection = False if tag is None: - tag = storage.predict_tag_of_parent_collection( + tag = radicale_item.predict_tag_of_parent_collection( vobject_items) collection_path = posixpath.dirname( pathutils.strip_path(path))