I wonder how long zot_finger() has been missing and how this may have affected the directory servers.

This commit is contained in:
zotlabs 2019-06-28 16:49:23 -07:00
parent d53c98860d
commit 4aa59226d7

View File

@ -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']) { if ($x['success']) {
$j = json_decode($x['body'], true); $j = json_decode($x['body'], true);
if ($j) if ($j)