fix: file quota was not applied in all cases

This commit is contained in:
korelstar 2020-07-17 14:14:51 +02:00 committed by backportbot[bot]
parent 8c2c8fd831
commit bd24021efc
1 changed files with 2 additions and 2 deletions

View File

@ -437,13 +437,13 @@ class Filesystem {
// home mounts are handled seperate since we need to ensure this is mounted before we call the other mount providers
$homeMount = $mountConfigManager->getHomeMountForUser($userObject);
self::getMountManager()->addMount($homeMount);
if ($homeMount->getStorageRootId() === -1) {
$homeMount->getStorage()->mkdir('');
$homeMount->getStorage()->getScanner()->scan('');
}
self::getMountManager()->addMount($homeMount);
\OC\Files\Filesystem::getStorage($user);
// Chance to mount for other storages