From e05b1385fb093fbde1a6248a1f548f778fb09d09 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 7 May 2014 17:23:02 -0400 Subject: Bug fix --- modules/mailer/mail.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mailer') diff --git a/modules/mailer/mail.go b/modules/mailer/mail.go index 93ec1153..2537c66b 100644 --- a/modules/mailer/mail.go +++ b/modules/mailer/mail.go @@ -121,7 +121,7 @@ func SendIssueNotifyMail(user, owner *models.User, repo *models.Repository, issu tos := make([]string, 0, len(ws)) for i := range ws { - uid := ws[i].Uid + uid := ws[i].UserId if user.Id == uid { continue } -- cgit v1.2.3