fix import of location (#1056)

This commit is contained in:
Frédéric Péters 2011-11-30 18:51:04 +01:00
parent 15654ab25f
commit 1208b37176
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class IcalImport(BrowserView):
mimeType='text/html', outputMimeType='text/x-html-safe')
try:
event.location = vevent.location.value
event.place = vevent.location.value
except:
pass
notify(ObjectModifiedEvent(event))