aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-10-04 20:32:32 +0200
committerMario Vavti <mario@mariovavti.com>2021-10-04 20:32:32 +0200
commit72c58e60d7df40d66157c0c36a2c3dcfb8d55cac (patch)
tree9c42122193709c69e4313743ae7db8d69a51578f
parent4b48ff28681da55e2b4448c5e3f84ab6fa562df5 (diff)
parent8e212d30d0e28cad8017d425fe6c2c1ed45ca78b (diff)
downloadvolse-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.php3
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]);
}