From 6e354718f44fc7dd6acf2c5bef5072da5c37e109 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sun, 5 Dec 2010 14:56:13 +0000 Subject: [PATCH] Revert r46143. svn path=/plone.app.discussion/trunk/; revision=46144 --- plone/app/discussion/interfaces.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plone/app/discussion/interfaces.py b/plone/app/discussion/interfaces.py index 3f29b28..e309b59 100644 --- a/plone/app/discussion/interfaces.py +++ b/plone/app/discussion/interfaces.py @@ -29,9 +29,7 @@ class IDiscussionSettings(Interface): "specific content types, folders or content objects " "before users will be able to post comments."), required=False, - default=False, - # XXX: pad is disabled by default if shipped with Plone. If shipped as - # add-on product, commenting should be enabled by default. + default=True, ) anonymous_comments = schema.Bool(