X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftheme.php;h=4b070e99af53e21ad825154d91632d25c3a3890e;hb=d56ac8d58f6e9ec0dd104ac19e74aeb0af86351a;hp=dcbeccc301ee487598af535aa44e0ffd0999be91;hpb=879c30d4facb040d8579b9e378fbdd3ea14b8d88;p=friendica.git diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index dcbeccc301..4b070e99af 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -201,7 +201,7 @@ function frio_remote_nav($a, &$nav) $remoteUser = Contact::getById(remote_user(), $fields); $nav['remote'] = DI::l10n()->t('Guest'); } elseif (Model\Profile::getMyURL()) { - $remoteUser = Contact::getByURL($homelink, $fields); + $remoteUser = Contact::getByURL($homelink, null, $fields); $nav['remote'] = DI::l10n()->t('Visitor'); } else { $remoteUser = null;