diff options
author | Mario <mario@mariovavti.com> | 2024-09-18 19:53:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-09-18 19:53:07 +0000 |
commit | 5309c032dbda6f69c2d8f52de1e37a28fa24f6e9 (patch) | |
tree | 0bacf0f02f87ade04395000db55d782357d3317d /include/conversation.php | |
parent | 176298ffeb81481e9b48e032a20d75601e959017 (diff) | |
download | volse-hubzilla-5309c032dbda6f69c2d8f52de1e37a28fa24f6e9.tar.gz volse-hubzilla-5309c032dbda6f69c2d8f52de1e37a28fa24f6e9.tar.bz2 volse-hubzilla-5309c032dbda6f69c2d8f52de1e37a28fa24f6e9.zip |
Adjust fix_attached_permissions() so that if we got a token, we will just add the token to the original ACL instead of rewriting the ACL to theitem ACL - it probably makes much more sense that way
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 25acd8e4b..ee599c28d 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -452,7 +452,7 @@ function conversation($items, $mode, $update, $page_mode = 'traditional', $prepa // Allow uploading if OCAP tokens are enabled if (PConfig::Get(local_channel(), 'system', 'ocap_enabled')) { - // $uploading = true; + $uploading = true; } } |