[blog] permission fix
diff --git a/website/helpers/blog.py b/website/helpers/blog.py
index 82fad74..bbbd9c5 100644
--- a/website/helpers/blog.py
+++ b/website/helpers/blog.py
@@ -81,7 +81,7 @@
# since comments are embedded in the page, clear the web cache
webnotes.webutils.clear_cache(page_name)
- args['comment_date'] = webnotes.utils.global_date_format(comment['creation'])
+ args['comment_date'] = webnotes.utils.global_date_format(comment.doc.creation)
template_args = { 'comment_list': [args], 'template': 'app/website/templates/html/comment.html' }
# get html of comment row