Merge branch 'release-3.7' into master.

This commit is contained in:
George Goldberg
2017-03-17 16:29:26 +00:00
91 changed files with 941 additions and 801 deletions

View File

@@ -327,7 +327,7 @@ func (me *TestHelper) UpdateActiveUser(user *model.User, active bool) {
func LinkUserToTeam(user *model.User, team *model.Team) {
utils.DisableDebugLogForTest()
err := app.JoinUserToTeam(team, user)
err := app.JoinUserToTeam(team, user, utils.GetSiteURL())
if err != nil {
l4g.Error(err.Error())
l4g.Close()