Add missing safety check
This commit is contained in:
		
							parent
							
								
									3650bd8528
								
							
						
					
					
						commit
						15394f613f
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -154,6 +154,11 @@ func SettingsPost(ctx *middleware.Context, form auth.RepoSettingForm) { | |||
| 			} | ||||
| 		} | ||||
| 
 | ||||
| 		if !repo.IsMirror { | ||||
| 			ctx.Error(404) | ||||
| 			return | ||||
| 		} | ||||
| 
 | ||||
| 		repo.IsMirror = false | ||||
| 
 | ||||
| 		if _, err := models.FinishMigrateRepository(repo, models.RepoPath(ctx.Repo.Owner.Name, repo.Name)); err != nil { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue