diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-29 06:55:51 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-29 06:55:51 -0400 |
commit | beb1761d7c9c2bd85a9f67895836c77ec4bbb6bc (patch) | |
tree | 38a6f52de8f1810f602901463c63cbfcc145cfc0 /routers | |
parent | bf2e76fc7ef187ce3b3e1ed9172cedf55d8fd5cb (diff) | |
download | gitea-beb1761d7c9c2bd85a9f67895836c77ec4bbb6bc.tar.gz gitea-beb1761d7c9c2bd85a9f67895836c77ec4bbb6bc.zip |
Mirror fix
Diffstat (limited to 'routers')
-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 6ac8a53579..14876e1863 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) } |