diff --git a/lib/private/Files/Utils/Scanner.php b/lib/private/Files/Utils/Scanner.php index a5bd61af24387..cfa2f6e68c18d 100644 --- a/lib/private/Files/Utils/Scanner.php +++ b/lib/private/Files/Utils/Scanner.php @@ -239,7 +239,7 @@ public function scan($dir = '', $recursive = \OC\Files\Cache\Scanner::SCAN_RECUR } } - // don't scan received local shares, these can be scanned when scanning the owner's storage + // don't scan received local shares or collectives, these can be scanned when scanning the owner's storage if ($storage->instanceOfStorage(SharedStorage::class) || $storage->instanceOfStorage(CollectiveStorage::class)) { continue; }