Fix order of comments (#2835) (#2839)

pull/2840/head
Morlinest 8 years ago committed by Lauris BH
parent 357d5a5a3d
commit de7a76a995
  1. 1
      models/issue_comment.go

@ -613,6 +613,7 @@ func findComments(e Engine, opts FindCommentsOptions) ([]*Comment, error) {
}
return comments, sess.
Asc("comment.created_unix").
Asc("comment.id").
Find(&comments)
}

Loading…
Cancel
Save