adjust comment, this parameter was added for 9.0
This commit is contained in:
parent
bb216feeb2
commit
d1a090e3e2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue