aboutsummaryrefslogtreecommitdiffstats
path: root/include/connections.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-12-03 16:26:10 +0100
committerMario Vavti <mario@mariovavti.com>2021-12-03 16:26:10 +0100
commit88140002e79ca1e9d5376456b6349e6b313bcb97 (patch)
tree3f047863ed7cec32dfa435d1f79259821823647e /include/connections.php
parent42d4cdcc39ad97d45353eab3cc3ec131375af062 (diff)
parentefc203d95831684b0b70383cd56c0b434acb6c40 (diff)
downloadvolse-hubzilla-88140002e79ca1e9d5376456b6349e6b313bcb97.tar.gz
volse-hubzilla-88140002e79ca1e9d5376456b6349e6b313bcb97.tar.bz2
volse-hubzilla-88140002e79ca1e9d5376456b6349e6b313bcb97.zip
Merge branch 'dev'
Diffstat (limited to 'include/connections.php')
-rw-r--r--include/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connections.php b/include/connections.php
index 6dba06189..0611377ab 100644
--- a/include/connections.php
+++ b/include/connections.php
@@ -127,7 +127,7 @@ function vcard_from_xchan($xchan, $observer = null, $mode = '') {
return replace_macros(get_markup_template('xchan_vcard.tpl'),array(
'$name' => $xchan['xchan_name'],
'$addr' => (($xchan['xchan_addr']) ? $xchan['xchan_addr'] : $xchan['xchan_url']),
- '$photo' => $xchan['xchan_photo_m'],
+ '$photo' => $xchan['xchan_photo_l'],
'$follow' => (($xchan['xchan_addr']) ? $xchan['xchan_addr'] : $xchan['xchan_url']),
'$link' => zid($xchan['xchan_url']),
'$connect' => $connect,