|
@@ -151,7 +151,7 @@ class CalendarHTTPHandler(server.BaseHTTPRequestHandler):
|
|
|
@check_rights
|
|
@check_rights
|
|
|
def do_GET(self):
|
|
def do_GET(self):
|
|
|
"""Manage GET request."""
|
|
"""Manage GET request."""
|
|
|
- item_name = (xmlutils.name_from_path(self.path))
|
|
|
|
|
|
|
+ item_name = xmlutils.name_from_path(self.path)
|
|
|
if item_name:
|
|
if item_name:
|
|
|
# Get calendar item
|
|
# Get calendar item
|
|
|
items = self._calendar.timezones
|
|
items = self._calendar.timezones
|