Fix filesystem folder creation

This commit is contained in:
Unrud
2020-01-15 06:38:32 +01:00
parent 41a91f7da1
commit 1bd93a2947
6 changed files with 10 additions and 9 deletions

View File

@@ -22,8 +22,6 @@ from radicale import pathutils
class StorageMoveMixin:
def __init__(self, configuration):
super().__init__(configuration)
def move(self, item, to_collection, to_href):
if not pathutils.is_safe_filesystem_path_component(to_href):