1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-06 20:10:56 +00:00

Let GET requests create address books too!

This commit is contained in:
Guillaume Ayoub 2012-02-23 16:16:14 +01:00
parent 22e4e3764c
commit f37c3a0b27
2 changed files with 5 additions and 1 deletions

View file

@ -305,6 +305,7 @@ class Application(object):
collection = collections[0]
item_name = xmlutils.name_from_path(environ["PATH_INFO"], collection)
if item_name:
# Get collection item
item = collection.get_item(item_name)