From 97d5ffe056a70f9ed3e67d98b3c73b1cb41ebb1c Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 16 May 2020 08:44:24 +0000 Subject: wrong path --- 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 08a9fb653..34a6f13cd 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -349,7 +349,7 @@ function update_directory_entry($ud) { $hsig = $record['signature']; if($hsig && $hsig['signer'] === $url && $hsig['header_valid'] === true && $hsig['content_valid'] === true) { - $x = \Zotlabs\Zot\Libzot::import_xchan($record['data'], 0, $ud); + $x = \Zotlabs\Lib\Libzot::import_xchan($record['data'], 0, $ud); if($x['success']) { $success = true; } -- cgit v1.2.3