Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
2fbd5ae2e5
commit
83c90e9ba0
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ func RedirectToRepo(ctx *Context, redirectRepoID int64) {
|
||||||
if ctx.Req.URL.RawQuery != "" {
|
if ctx.Req.URL.RawQuery != "" {
|
||||||
redirectPath += "?" + ctx.Req.URL.RawQuery
|
redirectPath += "?" + ctx.Req.URL.RawQuery
|
||||||
}
|
}
|
||||||
ctx.Redirect(redirectPath)
|
ctx.Redirect(path.Join(setting.AppSubURL, redirectPath))
|
||||||
}
|
}
|
||||||
|
|
||||||
func repoAssignment(ctx *Context, repo *models.Repository) {
|
func repoAssignment(ctx *Context, repo *models.Repository) {
|
||||||
|
|
Reference in a new issue