Merge pull request #2723 from rabuzarus/0908-Frio_Guest_Nav

frio: Remote is now called Guest
This commit is contained in:
Tobias Diekershoff 2016-08-09 18:08:59 +02:00 committed by GitHub
commit 0e007679e1
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ function frio_remote_nav($a,&$nav) {
} elseif(!local_user() && remote_user()) {
$r = q("SELECT `name`, `nick`, `micro` AS `photo` FROM `contact` WHERE `id` = %d", intval(remote_user()));
$nav['remote'] = t("Remote");
$nav['remote'] = t("Guest");
} elseif(get_my_url ()) {
$r = q("SELECT `name`, `nick`, `photo` FROM `gcontact`