mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
more fix on #2268
This commit is contained in:
@@ -121,7 +121,7 @@ func SettingsPost(ctx *middleware.Context, form auth.RepoSettingForm) {
|
||||
}
|
||||
|
||||
ctx.Flash.Success(ctx.Tr("repo.settings.update_settings_success"))
|
||||
ctx.Redirect(ctx.Repo.RepoLink + "/settings")
|
||||
ctx.Redirect(repo.RepoLink() + "/settings")
|
||||
|
||||
case "advanced":
|
||||
repo.EnableWiki = form.EnableWiki
|
||||
|
Reference in New Issue
Block a user