mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 00:02:59 -04:00 
			
		
		
		
	Bug fix
This commit is contained in:
		
							parent
							
								
									a10e126803
								
							
						
					
					
						commit
						f9fd972cbe
					
				| @ -57,12 +57,12 @@ func processMailQueue() { | ||||
| 					info = ", info: " + msg.Info | ||||
| 				} | ||||
| 				log.Error(fmt.Sprintf("Async sent email %d succeed, not send emails: %s%s err: %s", num, tos, info, err)) | ||||
| 				return | ||||
| 			} | ||||
| 			} else { | ||||
| 				log.Trace(fmt.Sprintf("Async sent email %d succeed, sent emails: %s%s", num, tos, info)) | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
| // Direct Send mail message | ||||
| func Send(msg *Message) (int, error) { | ||||
|  | ||||
| @ -65,9 +65,11 @@ func RepoAssignment(redirect bool) martini.Handler { | ||||
| 		} | ||||
| 
 | ||||
| 		ctx.Repo.IsValid = true | ||||
| 		if ctx.User != nil { | ||||
| 			ctx.Repo.IsWatching = models.IsWatching(ctx.User.Id, repo.Id) | ||||
| 		} | ||||
| 		ctx.Repo.Repository = repo | ||||
| 		ctx.Repo.CloneLink.SSH = fmt.Sprintf("git@%s:%s/%s.git", base.Domain, ctx.User.LowerName, repo.LowerName) | ||||
| 		ctx.Repo.CloneLink.SSH = fmt.Sprintf("git@%s:%s/%s.git", base.Domain, user.LowerName, repo.LowerName) | ||||
| 
 | ||||
| 		ctx.Data["IsRepositoryValid"] = true | ||||
| 		ctx.Data["Repository"] = repo | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user