diff options
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 3882cb673f..cbabbb4668 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -112,7 +112,7 @@ func (f *CreateIssueForm) Validate(ctx *macaron.Context, errs binding.Errors) bi type CreateCommentForm struct { Content string - NewStatus string `binding:"OmitEmpty;In(reopen,close)"` + Status string `binding:"OmitEmpty;In(reopen,close)"` Attachments []string } |