mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Replace deprecated Id method with ID (#2655)
This commit is contained in:
		@@ -142,7 +142,7 @@ func UpdateProtectBranch(repo *Repository, protectBranch *ProtectedBranch, white
 | 
			
		||||
		return nil
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if _, err = x.Id(protectBranch.ID).AllCols().Update(protectBranch); err != nil {
 | 
			
		||||
	if _, err = x.ID(protectBranch.ID).AllCols().Update(protectBranch); err != nil {
 | 
			
		||||
		return fmt.Errorf("Update: %v", err)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user