diff --git a/routers/web/repo/issue_list.go b/routers/web/repo/issue_list.go index f969c45093..201cba3821 100644 --- a/routers/web/repo/issue_list.go +++ b/routers/web/repo/issue_list.go @@ -468,7 +468,7 @@ func UpdateIssueStatus(ctx *context.Context) { }) return } - ctx.ServerError("ChangeStatus", err) + ctx.ServerError("CloseIssue", err) return } } else if !closeOrReopen && issue.IsClosed {