mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
really always take root of the substorage
This commit is contained in:
parent
92a82f02b3
commit
113749bd96
1 changed files with 1 additions and 1 deletions
|
|
@ -885,7 +885,7 @@ class View {
|
|||
continue;
|
||||
}
|
||||
$subCache = $subStorage->getCache('');
|
||||
$rootEntry = $subCache->get($internalPath);
|
||||
$rootEntry = $subCache->get('');
|
||||
$data['size'] += isset($rootEntry['size']) ? $rootEntry['size'] : 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue