mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Initialize collectionTypes variable as false
This commit is contained in:
parent
e704bcd96e
commit
d51a94161e
1 changed files with 1 additions and 0 deletions
|
|
@ -661,6 +661,7 @@ class Share {
|
|||
}
|
||||
}
|
||||
$backend = self::getBackend($itemType);
|
||||
$collectionTypes = false;
|
||||
// Get filesystem root to add it to the file target and remove from the
|
||||
// file source, match file_source with the file cache
|
||||
if ($itemType == 'file' || $itemType == 'folder') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue