Removed unnecessary setting dependent issue in comment creation
This commit is contained in:
parent
990985aa1a
commit
05aaee267c
|
|
@ -365,7 +365,6 @@ func createComment(e *xorm.Session, opts *CreateCommentOptions) (_ *Comment, err
|
|||
Content: opts.Content,
|
||||
OldTitle: opts.OldTitle,
|
||||
NewTitle: opts.NewTitle,
|
||||
DependentIssue: opts.DependentIssue,
|
||||
DependentIssueID: depID,
|
||||
}
|
||||
if _, err = e.Insert(comment); err != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user