"TODO" removed from a comment.

svn path=/plone.app.discussion/trunk/; revision=27129
This commit is contained in:
Timo Stollenwerk 2009-05-26 20:02:42 +00:00
parent d8cfdf258d
commit 72532517a6
1 changed files with 1 additions and 1 deletions

View File

@ -96,5 +96,5 @@ class ReplyToComment(BrowserView):
# Add the reply to the comment
new_re_id = replies.addComment(comment)
# TODO: Redirect to the document object page
# Redirect to the document object page
self.request.response.redirect(aq_parent(aq_inner(self.context)).absolute_url())