Merge pull request #6527 from Ixiter/develop-theme-frio

frio - fixed bug in user menu for visitors
This commit is contained in:
Hypolite Petovan 2019-01-26 19:40:49 -05:00 committed by GitHub
commit 0a284edde7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}