summaryrefslogtreecommitdiffstats
path: root/models/issue_assignees.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/issue_assignees.go')
-rw-r--r--models/issue_assignees.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/issue_assignees.go b/models/issue_assignees.go
index 1eee9d7769..f03980193f 100644
--- a/models/issue_assignees.go
+++ b/models/issue_assignees.go
@@ -140,7 +140,7 @@ func (issue *Issue) toggleAssignee(sess *xorm.Session, doer *User, assigneeID in
AssigneeID: assigneeID,
}
// Comment
- comment, err = createCommentWithNoAction(sess, opts)
+ comment, err = createComment(sess, opts)
if err != nil {
return false, nil, fmt.Errorf("createComment: %v", err)
}