fdsfsd
This commit is contained in:
parent
806180653c
commit
97c6b88dea
1 changed files with 1 additions and 1 deletions
|
@ -380,8 +380,8 @@ def morecomments(v, cid):
|
|||
comment.voted = c[1] or 0
|
||||
comment.is_blocking = c[2] or 0
|
||||
comment.is_blocked = c[3] or 0
|
||||
output.append(comment)
|
||||
if c[0].parent_comment_id == int(cid): output2.append(comment)
|
||||
else: output.append(comment)
|
||||
comments = output2
|
||||
else:
|
||||
c = g.db.query(Comment).filter_by(id=cid).first()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue