mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 22:17:53 +01:00
Update routers/web/repo/issue_list.go
Co-authored-by: Zettat123 <zettat123@gmail.com>
This commit is contained in:
parent
c0370e7065
commit
e26a30105f
@ -468,7 +468,7 @@ func UpdateIssueStatus(ctx *context.Context) {
|
||||
})
|
||||
return
|
||||
}
|
||||
ctx.ServerError("ChangeStatus", err)
|
||||
ctx.ServerError("CloseIssue", err)
|
||||
return
|
||||
}
|
||||
} else if !closeOrReopen && issue.IsClosed {
|
||||
|
Loading…
Reference in New Issue
Block a user