mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	This commit is contained in:
		@@ -508,7 +508,7 @@ func Delete(ctx *context.APIContext) {
 | 
				
			|||||||
	owner := ctx.Repo.Owner
 | 
						owner := ctx.Repo.Owner
 | 
				
			||||||
	repo := ctx.Repo.Repository
 | 
						repo := ctx.Repo.Repository
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if owner.IsOrganization() {
 | 
						if owner.IsOrganization() && !ctx.User.IsAdmin {
 | 
				
			||||||
		isOwner, err := owner.IsOwnedBy(ctx.User.ID)
 | 
							isOwner, err := owner.IsOwnedBy(ctx.User.ID)
 | 
				
			||||||
		if err != nil {
 | 
							if err != nil {
 | 
				
			||||||
			ctx.Error(500, "IsOwnedBy", err)
 | 
								ctx.Error(500, "IsOwnedBy", err)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user