return the comment text for the moderation view.

svn path=/plone.app.discussion/trunk/; revision=27383
This commit is contained in:
Timo Stollenwerk 2009-06-11 13:47:32 +00:00
parent 29466425bb
commit 7692186880
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class View(BrowserView):
return self.template()
def cook(self, text):
return ""
return text
def format_time(self, time):
context = aq_inner(self.context)