Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-04-09 01:46:52 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-05-17 17:29:38 +0400
commit1284179589c53d4bf0cf545f7435184800b1be14 (patch)
treefbb94f561981da885ddd7c49cf87230a7ff800b3 /lib/public
parent75fd96878a4f62249393b13eee12b1d772545a2f (diff)
Initialize collectionTypes variable as false
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/share.php1
1 files changed, 1 insertions, 0 deletions
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') {