mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-06 18:13:27 +02:00
ensure that only root-level repos are displayed on org homepage
This commit is contained in:
parent
df36c83b76
commit
ac86ca28e4
@ -132,6 +132,7 @@ func home(ctx *context.Context, viewRepositories bool) {
|
||||
Mirror: mirror,
|
||||
Template: template,
|
||||
IsPrivate: private,
|
||||
GroupID: -1,
|
||||
})
|
||||
if err != nil {
|
||||
ctx.ServerError("SearchRepository", err)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user