Skip to content
Snippets Groups Projects
Commit f22719b1 authored by Robin Appelman's avatar Robin Appelman
Browse files

Scanner: correctly pass trough reuse options when doing a recursive scan

parent 1877a42a
Branches
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ class Scanner extends BasicEmitter {
}
\OC_DB::commit();
foreach ($childQueue as $child) {
$childSize = $this->scanChildren($child, self::SCAN_RECURSIVE);
$childSize = $this->scanChildren($child, self::SCAN_RECURSIVE, $reuse);
if ($childSize === -1) {
$size = -1;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment