diff options
author | Mario <mario@mariovavti.com> | 2020-05-16 08:44:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-16 08:44:24 +0000 |
commit | 97d5ffe056a70f9ed3e67d98b3c73b1cb41ebb1c (patch) | |
tree | 13596d2fbaa71745a30145e8d2c07adb25b9dd17 | |
parent | 13319985fda0a67e1fb67cf521f6a3ea3b0aebac (diff) | |
download | volse-hubzilla-97d5ffe056a70f9ed3e67d98b3c73b1cb41ebb1c.tar.gz volse-hubzilla-97d5ffe056a70f9ed3e67d98b3c73b1cb41ebb1c.tar.bz2 volse-hubzilla-97d5ffe056a70f9ed3e67d98b3c73b1cb41ebb1c.zip |
wrong path
-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; } |