瀏覽代碼

Fix order of comments (#2835)

tags/v1.3.0-rc1
Morlinest 6 年之前
父節點
當前提交
95637e046f
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      models/issue_comment.go

+ 1
- 0
models/issue_comment.go 查看文件

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


Loading…
取消
儲存