diff --git a/plone/app/discussion/browser/comments.py b/plone/app/discussion/browser/comments.py index 16629b3..ffd2e32 100644 --- a/plone/app/discussion/browser/comments.py +++ b/plone/app/discussion/browser/comments.py @@ -163,7 +163,6 @@ class CommentForm(extensible.ExtensibleForm, form.Form): # some attributes are not always set author_name = u"" - user_notification = None # Create comment comment = createObject('plone.Comment')