Skip to content

Commit e26a301

Browse files
lunnyZettat123
andauthored
Update routers/web/repo/issue_list.go
Co-authored-by: Zettat123 <[email protected]>
1 parent c0370e7 commit e26a301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/issue_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ func UpdateIssueStatus(ctx *context.Context) {
468468
})
469469
return
470470
}
471-
ctx.ServerError("ChangeStatus", err)
471+
ctx.ServerError("CloseIssue", err)
472472
return
473473
}
474474
} else if !closeOrReopen && issue.IsClosed {

0 commit comments

Comments
 (0)