diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-14 10:55:34 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-14 10:55:34 -0400 |
commit | 459bcd8d5ea337c2f9e7c37f6561e780579a528d (patch) | |
tree | 0fad941c8257fd01d6c802339dead73cfa8f6151 /lib/public | |
parent | bbbfc2c56543c4d04e470f5429ddec94c61d8c3a (diff) | |
download | nextcloud-server-459bcd8d5ea337c2f9e7c37f6561e780579a528d.tar.gz nextcloud-server-459bcd8d5ea337c2f9e7c37f6561e780579a528d.zip |
Update documentation
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/share.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index eeee64327ce..5b9c17c6c8a 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -706,9 +706,8 @@ class Share { /** * @brief Delete all reshares of an item - * @param string * @param int Id of item to delete - * @param bool + * @param bool If true, exclude the parent from the delete */ private static function delete($parent, $excludeParent = false) { $ids = array($parent); |