Fixed typo error

This commit is contained in:
Ovidiu Miron 2014-02-04 11:46:29 +02:00
parent a9d0cb574b
commit 6bc5db4276
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class PublishComment(BrowserView):
workflowTool.doActionFor(comment, workflow_action) workflowTool.doActionFor(comment, workflow_action)
comment.reindexObject() comment.reindexObject()
content_object.reindexObject() content_object.reindexObject()
StatusMessage(self.context.REQUEST).addStatusMessage( IStatusMessage(self.context.REQUEST).addStatusMessage(
_("Comment approved."), _("Comment approved."),
type="info") type="info")
came_from = self.context.REQUEST.HTTP_REFERER came_from = self.context.REQUEST.HTTP_REFERER