diff options
author | friendica <info@friendica.com> | 2012-02-28 14:53:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-28 14:53:41 -0800 |
commit | f40ef1bf46f55fb6ae64eed69cc97829a8b52b1a (patch) | |
tree | a806b776f0da6530df57ccfedc03966fbaa7b584 | |
parent | 4dd4a2258235cfafc0d5a4f87d116755ebe52ead (diff) | |
parent | 733f830be4b554c83361e877a5f1108767a815fc (diff) | |
download | volse-hubzilla-f40ef1bf46f55fb6ae64eed69cc97829a8b52b1a.tar.gz volse-hubzilla-f40ef1bf46f55fb6ae64eed69cc97829a8b52b1a.tar.bz2 volse-hubzilla-f40ef1bf46f55fb6ae64eed69cc97829a8b52b1a.zip |
Merge branch 'pull'
-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']), ); } |