This commit is contained in:
Unknwon 2015-08-29 23:49:17 +08:00
parent a3683ca5d6
commit 8d73832bdf
2 changed files with 1 additions and 5 deletions

View file

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