diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-11-08 11:19:42 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-11-08 11:19:42 +0100 |
commit | 4b4cac63fd4597b5c3090377196c8ad970900b21 (patch) | |
tree | a13eb1e5b569e6ac023000a8acb78d9f016f5209 /Zotlabs/Lib | |
parent | 21b60bf119a3d070e385c1011f4c3ccb9951f23c (diff) | |
parent | 17183cc5dcbc5eb825d353d9f24fa74b2e4c6cdd (diff) | |
download | volse-hubzilla-4b4cac63fd4597b5c3090377196c8ad970900b21.tar.gz volse-hubzilla-4b4cac63fd4597b5c3090377196c8ad970900b21.tar.bz2 volse-hubzilla-4b4cac63fd4597b5c3090377196c8ad970900b21.zip |
Merge branch 'dev' into containers
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Libsync.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libsync.php b/Zotlabs/Lib/Libsync.php index a7e33ba6b..c6b149738 100644 --- a/Zotlabs/Lib/Libsync.php +++ b/Zotlabs/Lib/Libsync.php @@ -885,7 +885,7 @@ class Libsync { dbesc($t) ); - q("update hubloc set hubloc_error = 1, hubloc_deleted = 1 where hubloc_url = '%s' and hubloc_sitekey != '%s'", + q("update hubloc set hubloc_error = 1, hubloc_deleted = 1 where hubloc_url = '%s' and hubloc_sitekey != '%s' and hubloc_network = 'zot6'", dbesc($r[0]['hubloc_url']), dbesc($r[0]['hubloc_sitekey']) ); |