1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

Signed-off-by: Ede123 <Eduard.Braun2@gmx.de>

This commit is contained in:
Ede123 2014-06-21 15:34:22 +02:00
parent 6854cd0ee3
commit c9bd2d0135

View file

@ -340,7 +340,7 @@ class Application(object):
user):
"""Manage DELETE request."""
if not len(write_collections):
return client.PRECONDITION_FAILED, {}, None
return return NOT_ALLOWED
collection = write_collections[0]