0
0
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:
techknowlogick 2025-03-20 22:38:18 -04:00
parent abebe115db
commit ec44bdb5e7

View File

@ -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"
}