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 98448ac + 5a5bdfe commit 5e0a003Copy full SHA for 5e0a003
1 file changed
apps/files/lib/BackgroundJob/ScanFiles.php
@@ -47,7 +47,7 @@ protected function runScanner(string $user): void {
47
$this->dispatcher,
48
$this->logger
49
);
50
- $scanner->backgroundScan('');
+ $scanner->backgroundScan('/' . $user);
51
} catch (\Exception $e) {
52
$this->logger->error($e->getMessage(), ['exception' => $e, 'app' => 'files']);
53
}
0 commit comments