aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Lib/Libsync.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libsync.php b/Zotlabs/Lib/Libsync.php
index 56bb411c4..84117abb0 100644
--- a/Zotlabs/Lib/Libsync.php
+++ b/Zotlabs/Lib/Libsync.php
@@ -771,7 +771,12 @@ class Libsync {
static function sync_locations($sender, $arr) {
- $ret = [];
+ $ret = [
+ 'change_message' => '',
+ 'changed' => false,
+ 'message' => ''
+ ];
+
$what = '';
$changed = false;