[blog] permission fix
diff --git a/website/helpers/blog.py b/website/helpers/blog.py
index 9da2062..80a1d29 100644
--- a/website/helpers/blog.py
+++ b/website/helpers/blog.py
@@ -73,6 +73,7 @@
 		del args["page_name"]
 		
 	comment = webnotes.bean(args)
+	comment.ignore_permissions = True
 	comment.insert()
 	
 	# since comments are embedded in the page, clear the web cache