summaryrefslogtreecommitdiffstats
path: root/lib/public/Share.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Share.php')
-rw-r--r--lib/public/Share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share.php b/lib/public/Share.php
index 9499cdb14b6..225f252c2a9 100644
--- a/lib/public/Share.php
+++ b/lib/public/Share.php
@@ -116,7 +116,7 @@ class Share extends \OC\Share\Constants {
* * defacto $parameters and $format is always the default and therefore is removed in the subsequent call
*/
public static function getItemShared($itemType, $itemSource, $format = self::FORMAT_NONE,
- $parameters = null, $includeCollections = false) {
+ $parameters = null, $includeCollections = false) {
return \OC\Share\Share::getItemShared($itemType, $itemSource, self::FORMAT_NONE, null, $includeCollections);
}