mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-17 22:36:04 +01:00
whoops. left in an extra assign
This commit is contained in:
parent
abebe115db
commit
ec44bdb5e7
@ -103,7 +103,6 @@ func IPs(ctx *context.Context) {
|
|||||||
orderBy = "user.lower_name DESC, user.id DESC"
|
orderBy = "user.lower_name DESC, user.id DESC"
|
||||||
default:
|
default:
|
||||||
ctx.Data["SortType"] = "ip"
|
ctx.Data["SortType"] = "ip"
|
||||||
sortType = "ip"
|
|
||||||
orderBy = "user_setting.setting_value ASC, user.id ASC"
|
orderBy = "user_setting.setting_value ASC, user.id ASC"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user