mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-16 20:55:20 +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"
|
||||
default:
|
||||
ctx.Data["SortType"] = "ip"
|
||||
sortType = "ip"
|
||||
orderBy = "user_setting.setting_value ASC, user.id ASC"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user