pull/9795/head^2
David Svantesson 5 years ago committed by Antoine GIRARD
parent b67a023bec
commit a2e2045a96
  1. 2
      routers/repo/setting.go

@ -600,7 +600,7 @@ func AddTeamPost(ctx *context.Context) {
}
name := utils.RemoveUsernameParameterSuffix(strings.ToLower(ctx.Query("team")))
if len(name) == 0 || ctx.Repo.Owner.LowerName == name {
if len(name) == 0 {
ctx.Redirect(ctx.Repo.RepoLink + "/settings/collaboration")
return
}

Loading…
Cancel
Save