bump to go 1.23 (#31855)
This commit is contained in:
parent
1620e3f03b
commit
d9a7748cdc
27 changed files with 71 additions and 58 deletions
|
@ -730,7 +730,7 @@ func UsernameSubRoute(ctx *context.Context) {
|
|||
|
||||
// check view permissions
|
||||
if !user_model.IsUserVisibleToViewer(ctx, ctx.ContextUser, ctx.Doer) {
|
||||
ctx.NotFound("user", fmt.Errorf(ctx.ContextUser.Name))
|
||||
ctx.NotFound("user", fmt.Errorf("%s", ctx.ContextUser.Name))
|
||||
return false
|
||||
}
|
||||
return true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue