mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	#2155 fix org max repo limit default to -1
This commit is contained in:
		@@ -109,6 +109,7 @@ func CreateOrganization(org, owner *User) (err error) {
 | 
			
		||||
	org.LowerName = strings.ToLower(org.Name)
 | 
			
		||||
	org.FullName = org.Name
 | 
			
		||||
	org.UseCustomAvatar = true
 | 
			
		||||
	org.MaxRepoCreation = -1
 | 
			
		||||
	org.NumTeams = 1
 | 
			
		||||
	org.NumMembers = 1
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user