mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Add todo
This commit is contained in:
		
					parent
					
						
							
								b4bb41e0e3
							
						
					
				
			
			
				commit
				
					
						6055b4fca0
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -205,7 +205,7 @@ func SettingsPost(ctx *context.Context) {
 | 
				
			||||||
			ctx.Redirect(repo.Link() + "/settings")
 | 
								ctx.Redirect(repo.Link() + "/settings")
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							// ToDo: Validate for max length before committing to db
 | 
				
			||||||
		if err := repo_service.UpdateRepository(ctx, repo, false); err != nil {
 | 
							if err := repo_service.UpdateRepository(ctx, repo, false); err != nil {
 | 
				
			||||||
			ctx.ServerError("UpdateRepository", err)
 | 
								ctx.ServerError("UpdateRepository", err)
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue