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 1c8c075 + 799b4d5 commit b9b586aCopy full SHA for b9b586a
apps/files_sharing/lib/External/Scanner.php
@@ -39,7 +39,7 @@ class Scanner extends \OC\Files\Cache\Scanner {
39
/** {@inheritDoc} */
40
public function scan($path, $recursive = self::SCAN_RECURSIVE, $reuse = -1, $lock = true) {
41
if (!$this->storage->remoteIsOwnCloud()) {
42
- return parent::scan($path, $recursive, $recursive, $lock);
+ return parent::scan($path, $recursive, $reuse, $lock);
43
}
44
45
$this->scanAll();
0 commit comments