diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-14 13:04:57 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-14 13:04:57 -0400 |
commit | b70db618547b2167cac7e35be5405fb385512f30 (patch) | |
tree | 6e9c5a6f9240c983a2336472121e116707676a44 /routers/repo/issue.go | |
parent | 16bddd593a9c4cd075d5e4ad8ed69c049223aef1 (diff) |
Fix #185
Diffstat (limited to 'routers/repo/issue.go')
-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 7b8c912e..db0eff9c 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -63,6 +63,7 @@ func Issues(ctx *middleware.Context) { } mid = mile.Id } + fmt.Println(mid) page, _ := base.StrTo(ctx.Query("page")).Int() |