Use "==="
This commit is contained in:
		
					parent
					
						
							
								8894f14b4e
							
						
					
				
			
			
				commit
				
					
						fd562677fd
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2635,7 +2635,7 @@ class DFRN
 | 
			
		|||
		$header["contact-id"] = $importer["id"];
 | 
			
		||||
		$header["direction"] = $direction;
 | 
			
		||||
 | 
			
		||||
		if ($direction == Conversation::RELAY) {
 | 
			
		||||
		if ($direction === Conversation::RELAY) {
 | 
			
		||||
			$header['post-type'] = Item::PT_RELAY;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue