From 2a2af0e390e0323e02919598881783f38131b5ee Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 24 Oct 2017 09:00:05 -0700 Subject: eliminate more utils.Cfg references (#7701) --- app/team.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/team.go') diff --git a/app/team.go b/app/team.go index db3d9bb7a..303fa9129 100644 --- a/app/team.go +++ b/app/team.go @@ -675,7 +675,7 @@ func (a *App) InviteNewUsersToTeam(emailList []string, teamId, senderId string) } nameFormat := *a.Config().TeamSettings.TeammateNameDisplay - SendInviteEmails(team, user.GetDisplayName(nameFormat), emailList, utils.GetSiteURL()) + a.SendInviteEmails(team, user.GetDisplayName(nameFormat), emailList, utils.GetSiteURL()) return nil } -- cgit v1.2.3-1-g7c22