mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 18:38:57 +01:00
*Mail: Fix sharing of attached files as download links in compose dialog exposes all folders as readonly shares
This commit is contained in:
parent
d36cfc6e16
commit
5e94600677
@ -502,7 +502,7 @@ class Sharing
|
|||||||
// store temp. path in session, to be able to add more recipients
|
// store temp. path in session, to be able to add more recipients
|
||||||
$path2tmp[$path] = $tmp_file;
|
$path2tmp[$path] = $tmp_file;
|
||||||
|
|
||||||
$path = $tmp_file;
|
$vfs_path = $tmp_file;
|
||||||
|
|
||||||
// if not already installed, install periodic cleanup of tmp files
|
// if not already installed, install periodic cleanup of tmp files
|
||||||
$async = new Api\Asyncservice();
|
$async = new Api\Asyncservice();
|
||||||
|
Loading…
Reference in New Issue
Block a user