delete comments_workflow_enabled from moderation view.

svn path=/plone.app.discussion/trunk/; revision=27790
This commit is contained in:
Timo Stollenwerk 2009-07-03 09:02:47 +00:00
parent 072f903c3a
commit 30341e7d6e
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ class View(BrowserView):
def cook(self, text):
return text
def comments_workflow_enabled(self):
return True
def comments_all(self, start=0, size=None):
self.state = self.request.get('review_state', 'pending')