diff --git a/plone/app/discussion/comment.py b/plone/app/discussion/comment.py index a14eec8..93bab67 100644 --- a/plone/app/discussion/comment.py +++ b/plone/app/discussion/comment.py @@ -80,6 +80,7 @@ class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable, """ implements(IComment) + security = ClassSecurityInfo() meta_type = portal_type = 'Discussion Item' # This needs to be kept in sync with types/Discussion_Item.xml title