fix panic for #2045
This commit is contained in:
parent
56dd430a10
commit
942fd6be53
3 changed files with 113 additions and 116 deletions
|
@ -22,8 +22,6 @@ import (
|
|||
|
||||
func RepoAssignment() macaron.Handler {
|
||||
return func(ctx *middleware.Context) {
|
||||
ctx.Repo = &middleware.RepoContext{}
|
||||
|
||||
userName := ctx.Params(":username")
|
||||
repoName := ctx.Params(":reponame")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue