diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-10 13:18:04 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-10 13:18:04 -0700 |
commit | 2cb8b19972eb6a023eca1297f281ef9f68934c64 (patch) | |
tree | 91897ec0f7e1ed4ed0aba652e3deea23082f13ab /include/nav.php | |
parent | 3140650b8f057b6e88827908a71cecbe68494a10 (diff) | |
parent | 70e5bf04e160bf1e3f2673f4405ac6a6adecb485 (diff) | |
download | volse-hubzilla-2cb8b19972eb6a023eca1297f281ef9f68934c64.tar.gz volse-hubzilla-2cb8b19972eb6a023eca1297f281ef9f68934c64.tar.bz2 volse-hubzilla-2cb8b19972eb6a023eca1297f281ef9f68934c64.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
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 1134d1b48..77287c021 100644 --- a/include/nav.php +++ b/include/nav.php @@ -124,7 +124,7 @@ EOT; if($observer) { $userinfo = array( - 'icon' => $observer['xchan_photo_s'], + 'icon' => $observer['xchan_photo_m'], 'name' => $observer['xchan_addr'], ); } |