Waiting for UI

This commit is contained in:
Unknown 2014-05-07 20:36:00 -04:00
parent 7d89e765ab
commit 495d939ca5
2 changed files with 3 additions and 1 deletions

View file

@ -66,7 +66,7 @@ func Issues(ctx *middleware.Context) {
}
// Get issue-user pairs.
pairs, err := models.GetIssueUserPairs(ctx.Repo.Repository.Id, ctx.User.Id, isShowClosed)
pairs, err := models.GetIssueUserPairs(ctx.Repo.Repository.Id, posterId, isShowClosed)
if err != nil {
ctx.Handle(500, "issue.Issues(GetIssueUserPairs): %v", err)
return