We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf48650 + 8e4adc6 commit 6ebb1d8Copy full SHA for 6ebb1d8
1 file changed
apps/files/lib/BackgroundJob/ScanFiles.php
@@ -52,7 +52,7 @@ protected function runScanner(string $user): void {
52
$this->logger,
53
$this->setupManager,
54
);
55
- $scanner->backgroundScan('');
+ $scanner->backgroundScan('/' . $user);
56
} catch (\Exception $e) {
57
$this->logger->error($e->getMessage(), ['exception' => $e, 'app' => 'files']);
58
}
0 commit comments