diff options
author | Mario <mario@mariovavti.com> | 2021-03-25 14:00:49 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-25 14:00:49 +0100 |
commit | b50f1657c3e5772dd6235ce98c55e71630b0c626 (patch) | |
tree | ad1d7b2b00d012163de2163f9d5902f21618a2de /Zotlabs/Lib/Libsync.php | |
parent | bc1cc65ff20c97db0323d02ab652b239b4c60eb6 (diff) | |
parent | 19b96e37fb2a0fe89e2b6ae537781007bb392532 (diff) | |
download | volse-hubzilla-b50f1657c3e5772dd6235ce98c55e71630b0c626.tar.gz volse-hubzilla-b50f1657c3e5772dd6235ce98c55e71630b0c626.tar.bz2 volse-hubzilla-b50f1657c3e5772dd6235ce98c55e71630b0c626.zip |
Merge branch 'air' of https://framagit.org/hubzilla/core into air
Diffstat (limited to 'Zotlabs/Lib/Libsync.php')
-rw-r--r-- | Zotlabs/Lib/Libsync.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Libsync.php b/Zotlabs/Lib/Libsync.php index 7e97e4c70..5455aa2ea 100644 --- a/Zotlabs/Lib/Libsync.php +++ b/Zotlabs/Lib/Libsync.php @@ -716,6 +716,9 @@ class Libsync { dbesc($sender['hash']) ); + if(!$xisting) + $xisting = []; + // See if a primary is specified $has_primary = false; |