summaryrefslogtreecommitdiffstats
path: root/services/issue/comments.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/issue/comments.go')
-rw-r--r--services/issue/comments.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/issue/comments.go b/services/issue/comments.go
index 4a8574edd5..8d8c575c14 100644
--- a/services/issue/comments.go
+++ b/services/issue/comments.go
@@ -84,7 +84,7 @@ func UpdateComment(ctx context.Context, c *issues_model.Comment, doer *user_mode
}
}
- if err := issues_model.UpdateComment(c, doer); err != nil {
+ if err := issues_model.UpdateComment(ctx, c, doer); err != nil {
return err
}