Merge pull request #20300 from owncloud/fix_comment

adjust comment, this parameter was added for 9.0
This commit is contained in:
Morris Jobke 2015-11-04 16:17:17 +01:00
commit 05359e384e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Share extends \OC\Share\Constants {
* @return array
* @note $path needs to be relative to user data dir, e.g. 'file.txt'
* not '/admin/files/file.txt'
* @since 5.0.0 - $recursive was added in 8.2.0
* @since 5.0.0 - $recursive was added in 9.0.0
*/
public static function getUsersSharingFile($path, $ownerUser, $includeOwner = false, $returnUserPaths = false, $recursive = true) {
return \OC\Share\Share::getUsersSharingFile($path, $ownerUser, $includeOwner, $returnUserPaths, $recursive);