X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FContent%2FWidget%2FVCard.php;h=7f75c6c9c0e588a9c567d30cdc1a0530007a8c8a;hb=419fe67c6ca23dff0b2ec59d2af0c5e29699a648;hp=a44f8f0b4a7ece6400864b04f25135620ebe76da;hpb=3e1e3c8b3e317e47abdd63284109da1774e66bdf;p=friendica.git diff --git a/src/Content/Widget/VCard.php b/src/Content/Widget/VCard.php index a44f8f0b4a..7f75c6c9c0 100644 --- a/src/Content/Widget/VCard.php +++ b/src/Content/Widget/VCard.php @@ -1,6 +1,6 @@ $network_link, '$network_avatar' => $network_avatar, '$network' => DI::l10n()->t('Network:'), - '$account_type' => Contact::getAccountType($contact), + '$account_type' => Contact::getAccountType($contact['contact-type']), '$follow' => DI::l10n()->t('Follow'), '$follow_link' => $follow_link, '$unfollow' => DI::l10n()->t('Unfollow'),