parent
357d5a5a3d
commit
de7a76a995
1 changed files with 1 additions and 0 deletions
|
@ -613,6 +613,7 @@ func findComments(e Engine, opts FindCommentsOptions) ([]*Comment, error) {
|
|||
}
|
||||
return comments, sess.
|
||||
Asc("comment.created_unix").
|
||||
Asc("comment.id").
|
||||
Find(&comments)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue