From f0a7a6a1e2517494622206f06b1c21648daf43c7 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 17 Sep 2015 17:51:31 -0700 Subject: consolidate zotfinger and webfinger --- mod/webfinger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/webfinger.php') 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); } -- cgit v1.2.3