Browse Source

Fix #3675

Closes #3676
pull/3740/merge
Unknwon 8 years ago
parent
commit
e629c7583b
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
  1. 1
      models/issue.go

1
models/issue.go

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

Loading…
Cancel
Save