mirror of
https://github.com/nextcloud/server.git
synced 2025-05-12 01:26:05 +00:00
fix: attempt to repair upload folder permissions
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
a6826eeee5
commit
2c56dfba84
3 changed files with 13 additions and 1 deletions
apps/dav/lib
|
@ -175,6 +175,7 @@ class RootCollection extends SimpleCollection {
|
|||
\OC::$server->query(CleanupService::class),
|
||||
$rootFolder,
|
||||
$userSession,
|
||||
$logger,
|
||||
);
|
||||
$uploadCollection->disableListing = $disableListing;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue