clicking contact on contacts page broken link

This commit is contained in:
friendica 2012-02-27 18:46:11 -08:00
parent 6c0fa7a166
commit 2b730ae86d
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ function contacts_content(&$a) {
'username' => $rr['name'],
'sparkle' => $sparkle,
'itemurl' => $rr['url'],
'url' => $url,
'network' => network_to_name($rr['network']),
);
}