mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix XORM IN condition table name parse
This commit is contained in:
@@ -268,7 +268,7 @@ func Issues(ctx *context.Context) {
|
||||
SortType: sortType,
|
||||
})
|
||||
if err != nil {
|
||||
ctx.Handle(500, "Issues: %v", err)
|
||||
ctx.Handle(500, "Issues", err)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user