Skip to content

Commit 712693b

Browse files
committed
Fix bug
1 parent 4359288 commit 712693b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/user/setting/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func Organization(ctx *context.Context) {
218218
opts := models.FindOrgOptions{
219219
ListOptions: models.ListOptions{
220220
PageSize: setting.UI.Admin.UserPagingNum,
221-
Page: ctx.QueryInt("page"),
221+
Page: ctx.FormInt("page"),
222222
},
223223
UserID: ctx.User.ID,
224224
IncludePrivate: ctx.IsSigned,

0 commit comments

Comments
 (0)