aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index 31a447a84..18fa65edc 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -85,7 +85,7 @@ function nav($template = 'default') {
if ($observer) {
$userinfo = [
- 'icon' => $observer['xchan_photo_m'] . '?rev=' . strtotime($observer['xchan_photo_date']),
+ 'icon' => $observer['xchan_photo_s'] . '?rev=' . strtotime($observer['xchan_photo_date']),
'addr' => $observer['xchan_addr'],
'name' => $observer['xchan_name'],
];