X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FProfile.php;h=d779355202575618dac8bf2b98e593b513c92d00;hb=40259c7f04e70e9c6488e7d17f01cb2033cb73e1;hp=cb7fa65479513f7ea99967fcbd6c491d227ee9f2;hpb=ff83c170a64fab2aa1d25a4b6a45786539dd397e;p=friendica.git diff --git a/src/Model/Profile.php b/src/Model/Profile.php index cb7fa65479..d779355202 100644 --- a/src/Model/Profile.php +++ b/src/Model/Profile.php @@ -362,7 +362,7 @@ class Profile } // Fetch the account type - $account_type = Contact::getAccountType($profile); + $account_type = Contact::getAccountType($profile['account-type']); if (!empty($profile['address']) || !empty($profile['location'])) { $location = DI::l10n()->t('Location:');