aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2020-09-25 12:44:44 +0200
committerMario Vavti <mario@mariovavti.com>2020-09-25 12:44:44 +0200
commit2fe2cc5e6562490d7bcab5e4a74e2aa61c512ddb (patch)
tree1257b4e1c5e5b244103eb6b95b5cabafd94155c4 /Zotlabs
parentd23e8309555640ddbb909d2ef32baa0936d0c34b (diff)
downloadvolse-hubzilla-2fe2cc5e6562490d7bcab5e4a74e2aa61c512ddb.tar.gz
volse-hubzilla-2fe2cc5e6562490d7bcab5e4a74e2aa61c512ddb.tar.bz2
volse-hubzilla-2fe2cc5e6562490d7bcab5e4a74e2aa61c512ddb.zip
5.0RC testing: channel is not set and not required here
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Daemon/Gprobe.php2
1 files changed, 1 insertions, 1 deletions
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']);