mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:45:25 +01:00 
			
		
		
		
	Fix nil ref (#8281)
This commit is contained in:
		
							parent
							
								
									b19db40eab
								
							
						
					
					
						commit
						c05b89a5aa
					
				| @ -197,7 +197,7 @@ func (issue *Issue) isValidCommentReference(e Engine, ctx *crossReferencesContex | |||||||
| 		return nil, err | 		return nil, err | ||||||
| 	} | 	} | ||||||
| 	// Check user permissions | 	// Check user permissions | ||||||
| 	if refIssue.Repo.ID != ctx.OrigIssue.Repo.ID { | 	if refIssue.RepoID != ctx.OrigIssue.RepoID { | ||||||
| 		perm, err := getUserRepoPermission(e, refIssue.Repo, ctx.Doer) | 		perm, err := getUserRepoPermission(e, refIssue.Repo, ctx.Doer) | ||||||
| 		if err != nil { | 		if err != nil { | ||||||
| 			return nil, err | 			return nil, err | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user