diff options
Diffstat (limited to 'routers/org/home.go')
-rw-r--r-- | routers/org/home.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/org/home.go b/routers/org/home.go index e1bea5b7a6..fa61218d3f 100644 --- a/routers/org/home.go +++ b/routers/org/home.go @@ -85,7 +85,6 @@ func Home(ctx *context.Context) { OrderBy: orderBy, Private: ctx.IsSigned, Actor: ctx.User, - IsProfile: true, IncludeDescription: setting.UI.SearchRepoDescription, }) if err != nil { |