return the comment text for the moderation view.
svn path=/plone.app.discussion/trunk/; revision=27383
This commit is contained in:
parent
29466425bb
commit
7692186880
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user