Fix XORM IN condition table name parse
This commit is contained in:
parent
78481f0e42
commit
762ab056a2
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue