Skip to content
Snippets Groups Projects
Commit 865d1f79381c authored by sylvain thenault's avatar sylvain thenault
Browse files

fix select calls

parent 6fcd10adbb7d
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,10 @@
self.req.add_css('cubes.comment.css')
entity = self.entity(row, col)
diem = self.format_date(entity.creation_date)
action = self.vreg.select_action('reply_comment', self.req, self.rset, row)
editaction = self.vreg.select_action('edit_comment', self.req, self.rset, row)
action = self.vreg.select_action('reply_comment', self.req, self.rset,
row=row)
editaction = self.vreg.select_action('edit_comment', self.req, self.rset,
row=row)
if action is None:
reply = u''
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment