mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 20:17:21 +00:00
WIP: create PR - choose branch
This commit is contained in:
@ -57,7 +57,7 @@ func Explore(ctx *middleware.Context) {
|
||||
}
|
||||
for _, repo := range repos {
|
||||
if err = repo.GetOwner(); err != nil {
|
||||
ctx.Handle(500, "GetOwner", fmt.Errorf("%d: %v", repo.Id, err))
|
||||
ctx.Handle(500, "GetOwner", fmt.Errorf("%d: %v", repo.ID, err))
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user