mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-08 09:34:42 +08:00
fix update user info & edit README
This commit is contained in:
@@ -144,5 +144,5 @@ func setUserInfo(id int, nick, desc, avtr *string) error {
|
||||
if a == user.Avtr {
|
||||
a = ""
|
||||
}
|
||||
return global.UserDB.UpdateUserInfo(id, n, d, a)
|
||||
return global.UserDB.UpdateUserInfo(id, n, a, d)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user