diff options
author | friendica <info@friendica.com> | 2012-02-27 17:18:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-27 17:18:53 -0800 |
commit | 6c0fa7a1665ab36d733b93ce51802b14e8504658 (patch) | |
tree | cbbf87df24912165e7a237b8d4996078319aa71b /mod | |
parent | d7407f8daaab14ecba59cc3cb211ff93802dd761 (diff) | |
parent | e11b51aca14ea36b514fdd4348443f4fae79b2ca (diff) | |
download | volse-hubzilla-6c0fa7a1665ab36d733b93ce51802b14e8504658.tar.gz volse-hubzilla-6c0fa7a1665ab36d733b93ce51802b14e8504658.tar.bz2 volse-hubzilla-6c0fa7a1665ab36d733b93ce51802b14e8504658.zip |
Merge branch 'pull'
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/contacts.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index c8edea151..ce352fe20 100755 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -504,8 +504,8 @@ function contacts_content(&$a) { 'name' => $rr['name'], 'username' => $rr['name'], 'sparkle' => $sparkle, - 'url' => $url, - 'item' => $rr, + 'itemurl' => $rr['url'], + 'network' => network_to_name($rr['network']), ); } |