mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 09:44:21 +00:00 
			
		
		
		
	fix #2085
This commit is contained in:
		@@ -19,6 +19,8 @@ import (
 | 
			
		||||
 | 
			
		||||
func ApiRepoAssignment() macaron.Handler {
 | 
			
		||||
	return func(ctx *Context) {
 | 
			
		||||
		ctx.Repo = &RepoContext{}
 | 
			
		||||
 | 
			
		||||
		userName := ctx.Params(":username")
 | 
			
		||||
		repoName := ctx.Params(":reponame")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user