diff options
author | Mario Vavti <mario@mariovavti.com> | 2023-04-27 22:26:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2023-04-27 22:26:53 +0200 |
commit | 5da58d42f6b86d6aa026444a9163909eb5e0d49d (patch) | |
tree | 28570e633740d81f7a55b88ed5555dae20904b56 /Zotlabs/Lib/Libzot.php | |
parent | 299b6037c99eafe13c94284029d55beddb571a5e (diff) | |
download | volse-hubzilla-5da58d42f6b86d6aa026444a9163909eb5e0d49d.tar.gz volse-hubzilla-5da58d42f6b86d6aa026444a9163909eb5e0d49d.tar.bz2 volse-hubzilla-5da58d42f6b86d6aa026444a9163909eb5e0d49d.zip |
adjust args in libzotdir update and some dir sync fixes
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 1843a081d..d34afb83d 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -969,7 +969,7 @@ class Libzot { } // update updates if anything changed bump the ud_date - Libzotdir::update($xchan_hash, $address, $changed, $xchan_censored); + Libzotdir::update($xchan_hash, $address, $xchan_censored, $changed); if (empty($ret['message'])) { $ret['success'] = true; |