Closes #3676
This commit is contained in:
Unknwon 2016-12-22 03:35:53 -05:00
parent 539b07e205
commit e629c7583b
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1

View File

@ -100,7 +100,6 @@ func (issue *Issue) loadAttributes(e Engine) (err error) {
} else {
return fmt.Errorf("getUserByID.(Poster) [%d]: %v", issue.PosterID, err)
}
return
}
}