diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-10-04 20:32:32 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-10-04 20:32:32 +0200 |
commit | 72c58e60d7df40d66157c0c36a2c3dcfb8d55cac (patch) | |
tree | 9c42122193709c69e4313743ae7db8d69a51578f | |
parent | 4b48ff28681da55e2b4448c5e3f84ab6fa562df5 (diff) | |
parent | 8e212d30d0e28cad8017d425fe6c2c1ed45ca78b (diff) | |
download | volse-hubzilla-72c58e60d7df40d66157c0c36a2c3dcfb8d55cac.tar.gz volse-hubzilla-72c58e60d7df40d66157c0c36a2c3dcfb8d55cac.tar.bz2 volse-hubzilla-72c58e60d7df40d66157c0c36a2c3dcfb8d55cac.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
-rw-r--r-- | Zotlabs/Lib/Apps.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php index 7cba90c0e..99c8144a6 100644 --- a/Zotlabs/Lib/Apps.php +++ b/Zotlabs/Lib/Apps.php @@ -716,6 +716,9 @@ class Apps { ); } + // unset the id before sync + unset($x[0]['id']); + if (intval($x[0]['app_system'])) { Libsync::build_sync_packet($uid, ['sysapp' => $x]); } |