From 92f94a0fdc87088a8ce40b652f396bbac4801a42 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 20 Feb 2013 14:17:23 -0800 Subject: contact_template is called from multiple places with different params --- mod/viewconnections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/viewconnections.php') diff --git a/mod/viewconnections.php b/mod/viewconnections.php index e6c739562..a08723ba2 100644 --- a/mod/viewconnections.php +++ b/mod/viewconnections.php @@ -70,7 +70,7 @@ function viewconnections_content(&$a) { 'thumb' => $rr['xchan_photo_m'], 'name' => substr($rr['xchan_name'],0,20), 'username' => $rr['xchan_addr'], - 'url' => $url, + 'link' => $url, 'sparkle' => '', 'itemurl' => $rr['url'], 'network' => '', -- cgit v1.2.3