From 4aa59226d7f11e4d97bb3bff649cc0e2ecbbe5e8 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 28 Jun 2019 16:49:23 -0700 Subject: I wonder how long zot_finger() has been missing and how this may have affected the directory servers. --- include/dir_fns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dir_fns.php') diff --git a/include/dir_fns.php b/include/dir_fns.php index d4f55a469..068ab4831 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -355,7 +355,7 @@ function update_directory_entry($ud) { } } } - $x = zot_finger($ud['ud_addr'], ''); + $x = \Zotlabs\Zot\Finger::run($ud['ud_addr'], ''); if ($x['success']) { $j = json_decode($x['body'], true); if ($j) -- cgit v1.2.3