diff options
author | friendica <info@friendica.com> | 2012-02-27 18:46:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-27 18:46:11 -0800 |
commit | 2b730ae86d1b49edda74aa6cbb0f9ed3a008ed13 (patch) | |
tree | 3c0ecb429e3b9f45f48b1f819c33387d61aee110 /mod/contacts.php | |
parent | 6c0fa7a1665ab36d733b93ce51802b14e8504658 (diff) | |
download | volse-hubzilla-2b730ae86d1b49edda74aa6cbb0f9ed3a008ed13.tar.gz volse-hubzilla-2b730ae86d1b49edda74aa6cbb0f9ed3a008ed13.tar.bz2 volse-hubzilla-2b730ae86d1b49edda74aa6cbb0f9ed3a008ed13.zip |
clicking contact on contacts page broken link
Diffstat (limited to 'mod/contacts.php')
-rwxr-xr-x | mod/contacts.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index ce352fe20..c99ac1452 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']), ); } |