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 -1
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)