0
0
Fork 0
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:
Robin Appelman 2025-04-01 16:37:06 +02:00
parent a6826eeee5
commit 2c56dfba84
3 changed files with 13 additions and 1 deletions
apps/dav/lib

View file

@ -175,6 +175,7 @@ class RootCollection extends SimpleCollection {
\OC::$server->query(CleanupService::class),
$rootFolder,
$userSession,
$logger,
);
$uploadCollection->disableListing = $disableListing;