From dfe31dc3b7a041050203b7c0edfd245b1efc0121 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 Jan 2015 19:05:42 -0800 Subject: more heavy lifting on poco rep --- include/Contact.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Contact.php') 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'), -- cgit v1.2.3