use correct param for connect link

This commit is contained in:
friendica 2013-01-11 14:40:44 -08:00
parent dd6a88244b
commit b3d1b8332f

View File

@ -16,7 +16,7 @@ function vcard_from_xchan($xchan) {
return replace_macros(get_markup_template('xchan_vcard.tpl'),array( return replace_macros(get_markup_template('xchan_vcard.tpl'),array(
'$name' => $xchan['xchan_name'], '$name' => $xchan['xchan_name'],
'$photo' => $xchan['xchan_photo_l'], '$photo' => $xchan['xchan_photo_l'],
'$url' => $xchan['xchan_addr'], '$follow' => $xchan['xchan_addr'],
'$connect' => $connect '$connect' => $connect
)); ));
} }