From: friendica Date: Tue, 28 Feb 2012 02:46:11 +0000 (-0800) Subject: clicking contact on contacts page broken link X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b730ae86d1b49edda74aa6cbb0f9ed3a008ed13;p=friendica.git clicking contact on contacts page broken link --- diff --git a/mod/contacts.php b/mod/contacts.php index ce352fe204..c99ac14520 100755 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -505,6 +505,7 @@ function contacts_content(&$a) { 'username' => $rr['name'], 'sparkle' => $sparkle, 'itemurl' => $rr['url'], + 'url' => $url, 'network' => network_to_name($rr['network']), ); }