frio - fixed bug in user menu for visitors - see after-merge discussion in #6526
This commit is contained in:
parent
7918e41097
commit
189e179088
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue