From d53c98860dbf5a9fa4e1b25aa06957034783bb9f Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 28 Jun 2019 16:29:56 -0700 Subject: minor fix --- include/dir_fns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dir_fns.php b/include/dir_fns.php index 0b404925d..d4f55a469 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -343,7 +343,7 @@ function update_directory_entry($ud) { $uri = \Zotlabs\Lib\Webfinger::zot_url($ud['ud_addr']); if($uri) { - $record = \Zotlabs\Lib\Zotfinger::exec($url,$channel); + $record = \Zotlabs\Lib\Zotfinger::exec($uri); // Check the HTTP signature -- cgit v1.2.3