Contact::getAccountType()'s parameter is never a string, ops
This commit is contained in:
		
					parent
					
						
							
								f3599fa3e9
							
						
					
				
			
			
				commit
				
					
						5792a01a01
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -166,7 +166,7 @@ class Directory extends BaseModule
 | 
			
		|||
			'img_hover'    => $contact['name'],
 | 
			
		||||
			'name'         => $contact['name'],
 | 
			
		||||
			'details'      => $details,
 | 
			
		||||
			'account_type' => Model\Contact::getAccountType($contact['contact-type'] ?? ''),
 | 
			
		||||
			'account_type' => Model\Contact::getAccountType($contact['contact-type'] ?? 0),
 | 
			
		||||
			'profile'      => $profile,
 | 
			
		||||
			'location'     => $location_e,
 | 
			
		||||
			'tags'         => $contact['pub_keywords'],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue