aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zfinger.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-31 18:05:36 -0700
committerfriendica <info@friendica.com>2012-10-31 18:05:36 -0700
commit0dd06b736a227196154332168d29f6c807819a83 (patch)
treedfc84f5d8f893ef099b275cbf495934575ffcecd /mod/zfinger.php
parent2a0ff2b542649685ab2472a003c2a92073ab224e (diff)
downloadvolse-hubzilla-0dd06b736a227196154332168d29f6c807819a83.tar.gz
volse-hubzilla-0dd06b736a227196154332168d29f6c807819a83.tar.bz2
volse-hubzilla-0dd06b736a227196154332168d29f6c807819a83.zip
need to accomodate different webbies on different hubs
Diffstat (limited to 'mod/zfinger.php')
-rw-r--r--mod/zfinger.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php
index c1abeedc9..4e935b723 100644
--- a/mod/zfinger.php
+++ b/mod/zfinger.php
@@ -79,6 +79,7 @@ function zfinger_init(&$a) {
'url' => $hub['hubloc_url'],
'url_sig' => $hub['hubloc_url_sig'],
'host' => $hub['hubloc_host'],
+ 'address' => $hub['hubloc_addr'],
'callback' => $hub['hubloc_callback'],
'sitekey' => $hub['hubloc_sitekey']
);