mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-02 01:59:36 +08:00
Fix err not being nil
This commit is contained in:
@ -99,6 +99,7 @@ func (issue *Issue) loadAttributes(e Engine) (err error) {
|
||||
if !IsErrUserNotExist(err) {
|
||||
return fmt.Errorf("getUserByID.(poster) [%d]: %v", issue.PosterID, err)
|
||||
}
|
||||
err = nil
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user