mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-09 18:23:57 +09: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