From 1284179589c53d4bf0cf545f7435184800b1be14 Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Mon, 8 Apr 2013 17:46:52 -0400 Subject: [PATCH] Initialize collectionTypes variable as false --- lib/public/share.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/share.php b/lib/public/share.php index 8b8a41d47c0..092f83e96db 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -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') { -- 2.39.5