diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-29 19:30:11 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-29 19:30:11 +0800 |
commit | 879ef8d81fa7dd194a7482c870cecab5a5ac964b (patch) | |
tree | 37156046cee9abbf59781ceec641ff2cdaac987c /routers/repo | |
parent | a726c125b572bc1ff0b445990821280e304db9ff (diff) | |
parent | beb1761d7c9c2bd85a9f67895836c77ec4bbb6bc (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'routers/repo')
-rw-r--r-- | routers/repo/issue.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/repo/issue.go b/routers/repo/issue.go index 6ac8a535..14876e18 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -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) } |