diff options
-rw-r--r-- | lib/public/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index 68ac0217800..4838f9a4d30 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -217,7 +217,7 @@ class Share { self::put('file', $name, $shareType, $shareWith, $uidOwner, $permissions, $parentFolder); } } - return $return; + return true; } return false; } else { |