mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Fix typos in models/ and modules/ (#1248)
This commit is contained in:
		@@ -164,7 +164,7 @@ func Contexter() macaron.Handler {
 | 
			
		||||
 | 
			
		||||
		ctx.Data["PageStartTime"] = time.Now()
 | 
			
		||||
 | 
			
		||||
		// Get user from session if logined.
 | 
			
		||||
		// Get user from session if logged in.
 | 
			
		||||
		ctx.User, ctx.IsBasicAuth = auth.SignedInUser(ctx.Context, ctx.Session)
 | 
			
		||||
 | 
			
		||||
		if ctx.User != nil {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user