diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-04-08 17:46:52 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-04-08 17:46:52 -0400 |
commit | d51a94161ed0f0be430f04bb4df7f9eac7ff6bb0 (patch) | |
tree | 752ad4af045872295f1e44e27a420782c14a71f2 /lib | |
parent | e704bcd96e7393616cb68da599710f20bed1b898 (diff) | |
download | nextcloud-server-d51a94161ed0f0be430f04bb4df7f9eac7ff6bb0.tar.gz nextcloud-server-d51a94161ed0f0be430f04bb4df7f9eac7ff6bb0.zip |
Initialize collectionTypes variable as false
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/share.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index 9ceec06ab93..4b337530be8 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') { |