diff options
author | Mario <mario@mariovavti.com> | 2021-06-05 18:40:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-05 18:40:23 +0000 |
commit | 67322c12643ced03bec0be70667f8b1c45de752f (patch) | |
tree | 39cf50841599a80038f73c0285e2a49f9ff3304b /Zotlabs/Lib/Libzotdir.php | |
parent | 607f0346f42708b25f79881e845482441020ffb7 (diff) | |
download | volse-hubzilla-67322c12643ced03bec0be70667f8b1c45de752f.tar.gz volse-hubzilla-67322c12643ced03bec0be70667f8b1c45de752f.tar.bz2 volse-hubzilla-67322c12643ced03bec0be70667f8b1c45de752f.zip |
more work on directory sync
Diffstat (limited to 'Zotlabs/Lib/Libzotdir.php')
-rw-r--r-- | Zotlabs/Lib/Libzotdir.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzotdir.php b/Zotlabs/Lib/Libzotdir.php index 9042bcd16..507ddb674 100644 --- a/Zotlabs/Lib/Libzotdir.php +++ b/Zotlabs/Lib/Libzotdir.php @@ -252,7 +252,7 @@ class Libzotdir { continue; $j = json_decode($x['body'],true); - if (!($j['transactions']) || ($j['ratings'])) + if (!$j['transactions']) continue; q("update site set site_sync = '%s' where site_url = '%s'", |