mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00:00
fix sql
This commit is contained in:
@@ -224,10 +224,6 @@ func Issues(ctx *middleware.Context) {
|
||||
}
|
||||
ctx.Data["Repos"] = showRepos
|
||||
|
||||
if repoID > 0 {
|
||||
repoIDs = []int64{repoID}
|
||||
}
|
||||
|
||||
issueStats := models.GetUserIssueStats(repoID, ctxUser.Id, repoIDs, filterMode)
|
||||
issueStats.AllCount = int64(allCount)
|
||||
|
||||
|
Reference in New Issue
Block a user