aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libsync.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-10-12 12:15:30 +0000
committerMario <mario@mariovavti.com>2022-10-12 12:15:30 +0000
commita9a36894cb2637b546ed566ee06f20511cce031f (patch)
treed4db4326f9414e61771c5cfb3d23d1f47d1ec9a3 /Zotlabs/Lib/Libsync.php
parentbc9778e02f6ba953c8437e8e9f4cc1f211a0232e (diff)
downloadvolse-hubzilla-a9a36894cb2637b546ed566ee06f20511cce031f.tar.gz
volse-hubzilla-a9a36894cb2637b546ed566ee06f20511cce031f.tar.bz2
volse-hubzilla-a9a36894cb2637b546ed566ee06f20511cce031f.zip
fix php warnings
Diffstat (limited to 'Zotlabs/Lib/Libsync.php')
-rw-r--r--Zotlabs/Lib/Libsync.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Libsync.php b/Zotlabs/Lib/Libsync.php
index 36a0a044c..4e090b937 100644
--- a/Zotlabs/Lib/Libsync.php
+++ b/Zotlabs/Lib/Libsync.php
@@ -762,6 +762,8 @@ class Libsync {
static function sync_locations($sender, $arr, $absolute = false) {
$ret = [];
+ $what = '';
+ $changed = false;
// If a sender reports that the channel has been deleted, delete its hubloc
if (isset($arr['deleted_locally']) && intval($arr['deleted_locally'])) {