summaryrefslogtreecommitdiffstats
path: root/routers/admin/repos.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/admin/repos.go')
-rw-r--r--routers/admin/repos.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/admin/repos.go b/routers/admin/repos.go
index 8b5caa8d72..dc259c634f 100644
--- a/routers/admin/repos.go
+++ b/routers/admin/repos.go
@@ -26,7 +26,7 @@ func Repos(ctx *context.Context) {
Counter: models.CountRepositories,
Ranger: models.Repositories,
Private: true,
- PageSize: setting.AdminRepoPagingNum,
+ PageSize: setting.UI.Admin.RepoPagingNum,
OrderBy: "id ASC",
TplName: REPOS,
})