Fix wrong paging on org members (#9990)
This commit is contained in:
parent
59510d6227
commit
8d51f28ba0
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
// ListOptions options to paginate results
|
||||
type ListOptions struct {
|
||||
PageSize int
|
||||
Page int
|
||||
Page int // start from 1
|
||||
}
|
||||
|
||||
func (opts ListOptions) getPaginatedSession() *xorm.Session {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue