mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
use correct module
This commit is contained in:
parent
6e19ed893a
commit
73338ac20b
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue