Contact::getAccountType()'s parameter is never a string, ops
This commit is contained in:
parent
f3599fa3e9
commit
5792a01a01
|
@ -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…
Reference in New Issue
Block a user