bug fixed for delete repo failed (#1193) (#1195)

pull/1197/head
Lunny Xiao 8 years ago committed by GitHub
parent c9baf9d14b
commit e4706127f9
  1. 2
      models/repo.go

@ -1585,7 +1585,7 @@ func DeleteRepository(uid, repoID int64) error {
attachments := make([]*Attachment, 0, 5)
if err = sess.
In("issue_id=?", issueIDs).
In("issue_id", issueIDs).
Find(&attachments); err != nil {
return err
}

Loading…
Cancel
Save