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]