diff options
author | Mario <mario@mariovavti.com> | 2020-12-14 22:06:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-12-14 22:06:47 +0000 |
commit | 4a902dbbbe79a59d6e434ddb39ff24af93583da3 (patch) | |
tree | a1eb6abb6e850149304ec3044f95026812083ddb /Zotlabs/Module/Attach_edit.php | |
parent | 8e488e291347857407dbedaf05d63941701d82d2 (diff) | |
download | volse-hubzilla-4a902dbbbe79a59d6e434ddb39ff24af93583da3.tar.gz volse-hubzilla-4a902dbbbe79a59d6e434ddb39ff24af93583da3.tar.bz2 volse-hubzilla-4a902dbbbe79a59d6e434ddb39ff24af93583da3.zip |
fix file sync issues
Diffstat (limited to 'Zotlabs/Module/Attach_edit.php')
-rw-r--r-- | Zotlabs/Module/Attach_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Attach_edit.php b/Zotlabs/Module/Attach_edit.php index 667a0b7aa..5880d8f13 100644 --- a/Zotlabs/Module/Attach_edit.php +++ b/Zotlabs/Module/Attach_edit.php @@ -181,7 +181,7 @@ class Attach_edit extends Controller { } if (! $admin_delete && $actions_done) { - $sync = attach_export_data($channel, $resource, false); + $sync = attach_export_data($channel, $resource, (($delete) ? true : false)); if ($sync) { Libsync::build_sync_packet($channel_id, ['file' => [$sync]]); |