Closes #3676
pull/3740/merge
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
1 changed files with 0 additions and 1 deletions

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
}
}