aboutsummaryrefslogtreecommitdiff
path: root/routers/web/explore/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/explore/repo.go')
-rw-r--r--routers/web/explore/repo.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/web/explore/repo.go b/routers/web/explore/repo.go
index 058971b9b..cc3af8cb2 100644
--- a/routers/web/explore/repo.go
+++ b/routers/web/explore/repo.go
@@ -33,7 +33,6 @@ type RepoSearchOptions struct {
// RenderRepoSearch render repositories search page
// This function is also used to render the Admin Repository Management page.
-// The isAdmin param should be set to true when rendering the Admin page.
func RenderRepoSearch(ctx *context.Context, opts *RepoSearchOptions) {
// Sitemap index for sitemap paths
page := int(ctx.ParamsInt64("idx"))