diff options
author | friendica <info@friendica.com> | 2015-01-15 19:05:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-15 19:05:42 -0800 |
commit | dfe31dc3b7a041050203b7c0edfd245b1efc0121 (patch) | |
tree | f8550796016c421c6a3312c40cd231d7733d7201 /include | |
parent | 10960be69d9b00547546006e724321f8244fa685 (diff) | |
download | volse-hubzilla-dfe31dc3b7a041050203b7c0edfd245b1efc0121.tar.gz volse-hubzilla-dfe31dc3b7a041050203b7c0edfd245b1efc0121.tar.bz2 volse-hubzilla-dfe31dc3b7a041050203b7c0edfd245b1efc0121.zip |
more heavy lifting on poco rep
Diffstat (limited to 'include')
-rw-r--r-- | include/Contact.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Contact.php b/include/Contact.php index 4f7a2a19f..4c80f5d6a 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -119,6 +119,7 @@ function vcard_from_xchan($xchan, $observer = null, $mode = '') { '$name' => $xchan['xchan_name'], '$photo' => ((is_array($a->profile) && array_key_exists('photo',$a->profile)) ? $a->profile['photo'] : $xchan['xchan_photo_l']), '$follow' => $xchan['xchan_addr'], + '$link' => zid($xchan['xchan_url']), '$connect' => $connect, '$newwin' => (($mode === 'chanview') ? t('New window') : ''), '$newtit' => t('Open the selected location in a different window or browser tab'), |