Mirror fix
This commit is contained in:
parent
bf2e76fc7e
commit
beb1761d7c
4 changed files with 4 additions and 4 deletions
|
@ -221,6 +221,7 @@ func UpdateIssue(ctx *middleware.Context, params martini.Params, form auth.Creat
|
|||
}
|
||||
|
||||
func Comment(ctx *middleware.Context, params martini.Params) {
|
||||
fmt.Println(ctx.Query("change_status"))
|
||||
if !ctx.Repo.IsValid {
|
||||
ctx.Handle(404, "issue.Comment(invalid repo):", nil)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue