diff options
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 090785301..c2c87232b 100644 --- a/include/nav.php +++ b/include/nav.php @@ -83,7 +83,8 @@ function nav($template = 'default') { if ($observer) { $userinfo = [ 'icon' => $observer['xchan_photo_m'] . '?rev=' . strtotime($observer['xchan_photo_date']), - 'name' => $observer['xchan_addr'], + 'addr' => $observer['xchan_addr'], + 'name' => $observer['xchan_name'], ]; } |