From 2fe2cc5e6562490d7bcab5e4a74e2aa61c512ddb Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 25 Sep 2020 12:44:44 +0200 Subject: 5.0RC testing: channel is not set and not required here --- Zotlabs/Daemon/Gprobe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Daemon/Gprobe.php') diff --git a/Zotlabs/Daemon/Gprobe.php b/Zotlabs/Daemon/Gprobe.php index da92fbec7..6951aa1d4 100644 --- a/Zotlabs/Daemon/Gprobe.php +++ b/Zotlabs/Daemon/Gprobe.php @@ -26,7 +26,7 @@ class Gprobe { if(! $r) { $href = Webfinger::zot_url(punify($url)); if($href) { - $zf = Zotfinger::exec($href,$channel); + $zf = Zotfinger::exec($href, null); } if(is_array($zf) && array_path_exists('signature/signer',$zf) && $zf['signature']['signer'] === $href && intval($zf['signature']['header_valid'])) { $xc = Libzot::import_xchan($zf['data']); -- cgit v1.2.3