diff options
author | friendica <info@friendica.com> | 2012-10-31 18:05:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-31 18:05:36 -0700 |
commit | 0dd06b736a227196154332168d29f6c807819a83 (patch) | |
tree | dfc84f5d8f893ef099b275cbf495934575ffcecd /mod | |
parent | 2a0ff2b542649685ab2472a003c2a92073ab224e (diff) | |
download | volse-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')
-rw-r--r-- | mod/zfinger.php | 1 |
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'] ); |