1
1
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:
Unknwon
2016-03-27 18:21:37 -04:00
parent 78481f0e42
commit 762ab056a2
5 changed files with 5 additions and 5 deletions

View File

@@ -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
}