aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-02-27 13:34:19 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-02-27 13:34:19 -0500
commit8c2bda46f7ad726da5cb69b96035142dc6dd1ca5 (patch)
treee9b11902c9fe447d1057b8474b85c527a5667cac /mod
parentb1cdc5a93273f7536cb1a3c9870214f6d0aaaed0 (diff)
parente11b51aca14ea36b514fdd4348443f4fae79b2ca (diff)
downloadvolse-hubzilla-8c2bda46f7ad726da5cb69b96035142dc6dd1ca5.tar.gz
volse-hubzilla-8c2bda46f7ad726da5cb69b96035142dc6dd1ca5.tar.bz2
volse-hubzilla-8c2bda46f7ad726da5cb69b96035142dc6dd1ca5.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: revert 01a2791e3a to avoid random preg internal errors. fix contact_template * master:
Diffstat (limited to 'mod')
-rwxr-xr-xmod/contacts.php4
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']),
);
}