diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-06 12:46:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-06 12:46:10 +0200 |
commit | 4f0b1386924b52da59d0a4eedaae689173fe21da (patch) | |
tree | ab3453e054f88cb792cac4479df2b870822c9a3d /include/attach.php | |
parent | b6db0f72f5ec6501b52110763cb917369d0980ca (diff) | |
download | volse-hubzilla-4f0b1386924b52da59d0a4eedaae689173fe21da.tar.gz volse-hubzilla-4f0b1386924b52da59d0a4eedaae689173fe21da.tar.bz2 volse-hubzilla-4f0b1386924b52da59d0a4eedaae689173fe21da.zip |
bring back acl for cloud file uploads
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index f3fb12293..511f1b586 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1977,4 +1977,4 @@ function get_filename_by_cloudname($cloudname, $channel, $storepath) { } } return null; -}
\ No newline at end of file +} |