aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-03-31 18:09:46 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-03-31 18:19:48 +0200
commit8e34812393d730da9a161d1724eba818de61076c (patch)
tree60024329dfb39d3e8d01ff7350f78b35af5fa314 /lib/public/share.php
parent65e3f634000a2142f412b85d0443f241bb64a9ab (diff)
downloadnextcloud-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.php6
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'