Commit a942ba02 authored by Julien Muchembled's avatar Julien Muchembled

CMFActivity: fix missing attribute initialization when loading a message

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34633 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 94c6a887
......@@ -588,6 +588,7 @@ class SQLDict(RAMDict, SQLBase):
message_list = []
for line in result:
m = self.loadMessage(line.message,
line=line,
uid=line.uid,
order_validation_text=line.order_validation_text,
date=line.date,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment