From c28bfbe18f214dd40920389d7d5902a87970fb12 Mon Sep 17 00:00:00 2001 From: Martin Aspeli Date: Sat, 23 May 2009 16:10:24 +0000 Subject: [PATCH] d'oh! svn path=/plone.app.discussion/trunk/; revision=27066 --- plone/app/discussion/conversation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/conversation.py b/plone/app/discussion/conversation.py index 03c65cf..04b752f 100644 --- a/plone/app/discussion/conversation.py +++ b/plone/app/discussion/conversation.py @@ -108,7 +108,7 @@ class Conversation(Traversable, Persistent, Explicit): """Get threaded comments """ # TODO - build threads - raise [] + return [] def addComment(self, comment): """Add a new comment. The parent id should have been set already. The