diff options
-rw-r--r-- | include/dir_fns.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |