mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Mirror fix on admin/orgs paging
This commit is contained in:
@@ -25,7 +25,7 @@ func Organizations(ctx *middleware.Context) {
|
||||
var err error
|
||||
ctx.Data["Orgs"], err = models.GetOrganizations(pageNum, (p-1)*pageNum)
|
||||
if err != nil {
|
||||
ctx.Handle(500, "GetUsers", err)
|
||||
ctx.Handle(500, "GetOrganizations", err)
|
||||
return
|
||||
}
|
||||
ctx.HTML(200, ORGS)
|
||||
|
Reference in New Issue
Block a user