really always take root of the substorage

This commit is contained in:
Robin Appelman 2014-06-25 13:00:11 +02:00
parent 92a82f02b3
commit 113749bd96
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}