mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
work on #1493
This commit is contained in:
@ -44,7 +44,7 @@ func SignedInId(req *http.Request, sess session.Store) int64 {
|
||||
}
|
||||
return 0
|
||||
}
|
||||
return t.Uid
|
||||
return t.UID
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user