aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-11-04 14:26:12 -0800
committerzotlabs <mike@macgirvin.com>2019-11-04 14:26:12 -0800
commit1358a81c32ff9dff2e88b196c63f299788b05b57 (patch)
treedc9210141cf787893eb5bbd9729b24b56bf4fa4d /include/nav.php
parent2d08e0955a328fa53f373949f58995ca2a8b736a (diff)
parentaa137fb2d2ddd71f89eea4618cac1594d020ed3a (diff)
downloadvolse-hubzilla-1358a81c32ff9dff2e88b196c63f299788b05b57.tar.gz
volse-hubzilla-1358a81c32ff9dff2e88b196c63f299788b05b57.tar.bz2
volse-hubzilla-1358a81c32ff9dff2e88b196c63f299788b05b57.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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 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'],
];
}