mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 09:44:21 +00:00 
			
		
		
		
	Fix err not being nil
This commit is contained in:
		@@ -99,6 +99,7 @@ func (issue *Issue) loadAttributes(e Engine) (err error) {
 | 
				
			|||||||
			if !IsErrUserNotExist(err) {
 | 
								if !IsErrUserNotExist(err) {
 | 
				
			||||||
				return fmt.Errorf("getUserByID.(poster) [%d]: %v", issue.PosterID, err)
 | 
									return fmt.Errorf("getUserByID.(poster) [%d]: %v", issue.PosterID, err)
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
								err = nil
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user