diff options
author | Mario <mario@mariovavti.com> | 2024-06-10 08:40:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-10 08:40:39 +0000 |
commit | 43a2c21d8784ed0a5a4968edb91fed818fd993f7 (patch) | |
tree | 8116009a976533657a55f6d9b75d6fe7c43c7055 /Zotlabs | |
parent | 69862bc6df3ab0a32edbb90ff0e60ffedd03cc4e (diff) | |
download | volse-hubzilla-43a2c21d8784ed0a5a4968edb91fed818fd993f7.tar.gz volse-hubzilla-43a2c21d8784ed0a5a4968edb91fed818fd993f7.tar.bz2 volse-hubzilla-43a2c21d8784ed0a5a4968edb91fed818fd993f7.zip |
fix updated not supported in wrapper function
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/Libsync.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libsync.php b/Zotlabs/Lib/Libsync.php index e68fd53f1..a7e33ba6b 100644 --- a/Zotlabs/Lib/Libsync.php +++ b/Zotlabs/Lib/Libsync.php @@ -267,7 +267,7 @@ class Libsync { } if ($cat !== 'hz_delpconfig') { - set_pconfig($channel['channel_id'],$cat,$k,$v,$pconfig_updated[$k]); + set_pconfig($channel['channel_id'], $cat, $k, $v, $pconfig_updated[$k]); } } } |