aboutsummaryrefslogtreecommitdiffstats
path: root/mod/webfinger.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-18 09:38:55 +0200
committerzottel <github@zottel.net>2015-09-18 09:38:55 +0200
commit4d05d477f8363aceb08d533c79d048b4e7be1fa3 (patch)
tree3646350c02e363b77ab63a089a6803a4bfdb67ed /mod/webfinger.php
parent3017dbc8c1058c9a1258a19aff39d3833d5d038c (diff)
parentcc95c3e9c81a11d96b6670180f53490ec30e0324 (diff)
downloadvolse-hubzilla-4d05d477f8363aceb08d533c79d048b4e7be1fa3.tar.gz
volse-hubzilla-4d05d477f8363aceb08d533c79d048b4e7be1fa3.tar.bz2
volse-hubzilla-4d05d477f8363aceb08d533c79d048b4e7be1fa3.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/webfinger.php')
-rw-r--r--mod/webfinger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/webfinger.php b/mod/webfinger.php
index a646961a8..74bfc3ce5 100644
--- a/mod/webfinger.php
+++ b/mod/webfinger.php
@@ -15,7 +15,7 @@ function webfinger_content(&$a) {
if(x($_GET,'addr')) {
$addr = trim($_GET['addr']);
if(strpos($addr,'@') !== false) {
- $res = webfinger_rfc7033($addr);
+ $res = webfinger_rfc7033($addr,true);
if(! $res)
$res = old_webfinger($addr);
}