really always take root of the substorage
This commit is contained in:
parent
92a82f02b3
commit
113749bd96
|
@ -885,7 +885,7 @@ class View {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$subCache = $subStorage->getCache('');
|
$subCache = $subStorage->getCache('');
|
||||||
$rootEntry = $subCache->get($internalPath);
|
$rootEntry = $subCache->get('');
|
||||||
$data['size'] += isset($rootEntry['size']) ? $rootEntry['size'] : 0;
|
$data['size'] += isset($rootEntry['size']) ? $rootEntry['size'] : 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue