fix template error

This commit is contained in:
Unknwon 2015-08-10 23:56:04 +08:00
parent c0ebde7591
commit 64985c7faa
2 changed files with 1 additions and 2 deletions

View file

@ -353,7 +353,6 @@ type IssueUser struct {
IsClosed bool
}
// FIXME: organization
func newIssueUsers(e *xorm.Session, repo *Repository, issue *Issue) error {
users, err := repo.GetAssignees()
if err != nil {