From 189e17908896b6d5f77ad085cba4923d53f368c6 Mon Sep 17 00:00:00 2001 From: Peter Liebetrau Date: Sat, 26 Jan 2019 23:02:23 +0100 Subject: [PATCH] frio - fixed bug in user menu for visitors - see after-merge discussion in #6526 --- view/theme/frio/theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index d51c346c65..0487cc7331 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -243,6 +243,7 @@ function frio_remote_nav($a, &$nav) WHERE `addr` = '%s' AND `network` = 'dfrn'", DBA::escape($webbie)); $nav['remote'] = L10n::t('Visitor'); + $remoteUser = $r[0]; } else { $r = false; }