Added logging value
This commit is contained in:
		
					parent
					
						
							
								0235126589
							
						
					
				
			
			
				commit
				
					
						f951608669
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -114,7 +114,7 @@ function discourse_email_getmessage(App $a, &$message)
 | 
			
		|||
		return;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	Logger::info('Fallback mode');
 | 
			
		||||
	Logger::info('Fallback mode', ['plink' => $message['item']['plink']]);
 | 
			
		||||
	// Search in the HTML part for the discourse entry and the author profile
 | 
			
		||||
	if (!empty($message['html'])) {
 | 
			
		||||
		$message = discourse_get_html($message);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue