diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-03-31 18:09:46 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-03-31 18:19:48 +0200 |
commit | 8e34812393d730da9a161d1724eba818de61076c (patch) | |
tree | 60024329dfb39d3e8d01ff7350f78b35af5fa314 /lib/public/share.php | |
parent | 65e3f634000a2142f412b85d0443f241bb64a9ab (diff) | |
download | nextcloud-server-8e34812393d730da9a161d1724eba818de61076c.tar.gz nextcloud-server-8e34812393d730da9a161d1724eba818de61076c.zip |
always encrypt files to owner
Diffstat (limited to 'lib/public/share.php')
-rw-r--r-- | lib/public/share.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index a08134b3837..564839e86b6 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -63,9 +63,9 @@ class Share extends \OC\Share\Constants { /** * Find which users can access a shared item - * @param $path to the file - * @param $user owner of the file - * @param include owner to the list of users with access to the file + * @param string $path to the file + * @param string $user owner of the file + * @param bool $includeOwner include owner to the list of users with access to the file * @return array * @note $path needs to be relative to user data dir, e.g. 'file.txt' * not '/admin/data/file.txt' |