From 72532517a68a19ff1e60e193a0c23e04139fe288 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 26 May 2009 20:02:42 +0000 Subject: [PATCH] "TODO" removed from a comment. svn path=/plone.app.discussion/trunk/; revision=27129 --- plone/app/discussion/browser/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/browser/comments.py b/plone/app/discussion/browser/comments.py index 09cf544..b6abdfb 100644 --- a/plone/app/discussion/browser/comments.py +++ b/plone/app/discussion/browser/comments.py @@ -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())