Commit 371972b2 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix typo.

parent 2e0cae70
......@@ -98,7 +98,7 @@ def supportModifiedSince(document_url_id=None, modified_property_id=None):
document_date = getattr(self, modified_property_id)
if document is not None:
document_date = document.getModificationDate() or \
self.bobobase_modification_time()
document.bobobase_modification_time()
if int(document_date.timeTime()) <= int(modified_since.timeTime()):
# document was not modified since
self.REQUEST.response.setStatus(304)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment