diff options
author | Max Kostikov <max@kostikov.co> | 2019-10-14 22:28:48 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-10-14 22:28:48 +0200 |
commit | 66bfc0ec642faa0ac8798300483da95666b0318f (patch) | |
tree | 5bda81040caa2492c55454b41ed11c1aad1bafc4 /include/nav.php | |
parent | aa330bc8c77946b076a6365f7f5c5e34a37d5997 (diff) | |
parent | 7d0e576e3b480e6f4220e1290ff50153ed26be1a (diff) | |
download | volse-hubzilla-66bfc0ec642faa0ac8798300483da95666b0318f.tar.gz volse-hubzilla-66bfc0ec642faa0ac8798300483da95666b0318f.tar.bz2 volse-hubzilla-66bfc0ec642faa0ac8798300483da95666b0318f.zip |
Merge branch 'patch-20191014' into 'dev'
Updates to zcard/profile images and other public images to account for infrastructure caches (CDN)
See merge request hubzilla/core!1754
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 3e1acd306..672cc2689 100644 --- a/include/nav.php +++ b/include/nav.php @@ -80,7 +80,7 @@ function nav($template = 'default') { if($observer) { $userinfo = [ - 'icon' => $observer['xchan_photo_m'], + 'icon' => $observer['xchan_photo_m'].'?rev='.strtotime($observer['xchan_photo_date']), 'name' => $observer['xchan_addr'], ]; } |