aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-28 14:53:41 -0800
committerfriendica <info@friendica.com>2012-02-28 14:53:41 -0800
commitf40ef1bf46f55fb6ae64eed69cc97829a8b52b1a (patch)
treea806b776f0da6530df57ccfedc03966fbaa7b584 /mod
parent4dd4a2258235cfafc0d5a4f87d116755ebe52ead (diff)
parent733f830be4b554c83361e877a5f1108767a815fc (diff)
downloadvolse-hubzilla-f40ef1bf46f55fb6ae64eed69cc97829a8b52b1a.tar.gz
volse-hubzilla-f40ef1bf46f55fb6ae64eed69cc97829a8b52b1a.tar.bz2
volse-hubzilla-f40ef1bf46f55fb6ae64eed69cc97829a8b52b1a.zip
Merge branch 'pull'
Diffstat (limited to 'mod')
-rwxr-xr-xmod/viewcontacts.php3
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']),
);
}