diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-02-28 19:10:27 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-02-28 19:10:27 +0100 |
commit | 733f830be4b554c83361e877a5f1108767a815fc (patch) | |
tree | d48c78c4ff3d59f06e4cf506ba46375f6f77e7d6 /mod/viewcontacts.php | |
parent | 53412dacd4cb52f0c1162af7ba66aa01f71147b3 (diff) | |
download | volse-hubzilla-733f830be4b554c83361e877a5f1108767a815fc.tar.gz volse-hubzilla-733f830be4b554c83361e877a5f1108767a815fc.tar.bz2 volse-hubzilla-733f830be4b554c83361e877a5f1108767a815fc.zip |
fix url and network display
Diffstat (limited to 'mod/viewcontacts.php')
-rwxr-xr-x | mod/viewcontacts.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/viewcontacts.php b/mod/viewcontacts.php index 10c980d93..6b66f60d7 100755 --- a/mod/viewcontacts.php +++ b/mod/viewcontacts.php @@ -63,7 +63,8 @@ function viewcontacts_content(&$a) { 'username' => $rr['name'], 'url' => $url, 'sparkle' => '', - 'item' => $rr, + 'itemurl' => $rr['url'], + 'network' => network_to_name($rr['network']), ); } |