forked from gitea/gitea
		
	 45aa4ea705
			
		
	
	
		45aa4ea705
		
			
		
	
	
	
	
		
			
			The `q` parameter was not rendered in pagination links because `context.Pagination:AddParam` checks for existance of the parameter in `ctx.Data` where it was absent. Added the parameter there to fix it.