summaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/Files/Mount/Manager.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/Files/Mount/Manager.php b/lib/private/Files/Mount/Manager.php
index 8c6f1acceec..22b05b1f384 100644
--- a/lib/private/Files/Mount/Manager.php
+++ b/lib/private/Files/Mount/Manager.php
@@ -85,6 +85,9 @@ class Manager implements IMountManager {
if (strpos($path, '/appdata_' . \OC_Util::getInstanceId()) === 0) {
// for appdata, we only setup the root bits, not the user bits
\OC_Util::setupRootFS();
+ } elseif (strpos($path, '/files_external/uploads/') === 0) {
+ // for OC\Security\CertificateManager, we only setup the root bits, not the user bits
+ \OC_Util::setupRootFS();
} else {
\OC_Util::setupFS();
}