1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 01:05:47 +00:00
This commit is contained in:
novaeye 2015-12-23 17:50:14 +08:00
parent a49af93faf
commit 227dcc3cb9

View File

@ -60,6 +60,8 @@ func SettingsPost(ctx *middleware.Context, form auth.UpdateOrgSettingForm) {
}
return
}
// reset ctx.org.OrgLink with new name
ctx.Org.OrgLink = setting.AppSubUrl + "/org/" + form.Name
log.Trace("Organization name changed: %s -> %s", org.Name, form.Name)
}
// In case it's just a case change.