We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03603db commit d8a80cdCopy full SHA for d8a80cd
lib/private/Files/Filesystem.php
@@ -437,13 +437,13 @@ public static function initMountPoints($user = '') {
437
438
// home mounts are handled seperate since we need to ensure this is mounted before we call the other mount providers
439
$homeMount = $mountConfigManager->getHomeMountForUser($userObject);
440
+ self::getMountManager()->addMount($homeMount);
441
+
442
if ($homeMount->getStorageRootId() === -1) {
443
$homeMount->getStorage()->mkdir('');
444
$homeMount->getStorage()->getScanner()->scan('');
445
}
446
- self::getMountManager()->addMount($homeMount);
-
447
\OC\Files\Filesystem::getStorage($user);
448
449
// Chance to mount for other storages
0 commit comments