fix Bug #472 add Message.children

This commit is contained in:
juke 2011-02-04 20:02:26 +01:00
commit 63efb6f96a

View file

@ -60,7 +60,7 @@ class Newspaper20minutesBackend(BaseBackend, ICapMessages):
#thread.root = Message(thread=thread, id=0, title=content.title, sender=content.author, receivers=None, date=thread.date, parent=None, content=content.body, signature=None, children = [], flags=flags)
thread.root = Message(thread=thread, id=0, title=content.title, sender=content.author, receivers=None, date=thread.date, parent=None, content=content.body, flags=flags)
thread.root = Message(thread=thread, id=0, title=content.title, sender=content.author, receivers=None, date=thread.date, parent=None, content=content.body, flags=flags, children= [])
return thread