aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/explore/org.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/explore/org.go')
-rw-r--r--routers/web/explore/org.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/explore/org.go b/routers/web/explore/org.go
index 7bb71acfd7..f8f7f5c18c 100644
--- a/routers/web/explore/org.go
+++ b/routers/web/explore/org.go
@@ -44,7 +44,7 @@ func Organizations(ctx *context.Context) {
ctx.SetFormString("sort", sortOrder)
}
- RenderUserSearch(ctx, &user_model.SearchUserOptions{
+ RenderUserSearch(ctx, user_model.SearchUserOptions{
Actor: ctx.Doer,
Type: user_model.UserTypeOrganization,
ListOptions: db.ListOptions{PageSize: setting.UI.ExplorePagingNum},