aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/dir_fns.php2
1 files changed, 1 insertions, 1 deletions
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)