aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-08 12:40:06 -0800
committerfriendica <info@friendica.com>2014-03-08 12:40:06 -0800
commitaf22aeb55748bd0aa76db99a1e8a3fb84a1b85e1 (patch)
tree181abd5b8883b53cc2078c94ea0ba5e73a4e2c90 /mod
parentaa8a93f1710f463f9467610cbcdc1cb754551c78 (diff)
downloadvolse-hubzilla-af22aeb55748bd0aa76db99a1e8a3fb84a1b85e1.tar.gz
volse-hubzilla-af22aeb55748bd0aa76db99a1e8a3fb84a1b85e1.tar.bz2
volse-hubzilla-af22aeb55748bd0aa76db99a1e8a3fb84a1b85e1.zip
incorrect webfinger link per fabrixxm
Diffstat (limited to 'mod')
-rw-r--r--mod/wfinger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/wfinger.php b/mod/wfinger.php
index 33d2fe478..fb75da193 100644
--- a/mod/wfinger.php
+++ b/mod/wfinger.php
@@ -80,7 +80,7 @@ function wfinger_init(&$a) {
array(
'rel' => 'http://purl.org/zot/protocol',
- 'href' => z_root() . '/.well-known/zot-info' . '?zaddr=' . $r[0]['xchan_addr'],
+ 'href' => z_root() . '/.well-known/zot-info' . '?address=' . $r[0]['xchan_addr'],
)
);