diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-03-16 12:28:41 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-05-23 19:51:37 +0200 |
commit | bc34a7f4e91610edca838f333ad7a14d11cc1880 (patch) | |
tree | eaa12a09ed6582086da39b9377fb1b64efbafd01 /lib/private/Share | |
parent | 3a41db7f67f5f22dacb1b2ffee7f8d86c04900ac (diff) | |
download | nextcloud-server-bc34a7f4e91610edca838f333ad7a14d11cc1880.tar.gz nextcloud-server-bc34a7f4e91610edca838f333ad7a14d11cc1880.zip |
Get rid of shareItem
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Share')
-rw-r--r-- | lib/private/Share/Share.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Share/Share.php b/lib/private/Share/Share.php index ea00cfaca26..0c9cc4c2cf9 100644 --- a/lib/private/Share/Share.php +++ b/lib/private/Share/Share.php @@ -327,6 +327,7 @@ class Share extends Constants { * @throws \OC\HintException when the share type is remote and the shareWith is invalid * @throws \Exception * @since 5.0.0 - parameter $itemSourceName was added in 6.0.0, parameter $expirationDate was added in 7.0.0, parameter $passwordChanged added in 9.0.0 + * TESTS ONLY */ public static function shareItem($itemType, $itemSource, $shareType, $shareWith, $permissions, $itemSourceName = null, \DateTime $expirationDate = null, $passwordChanged = null) { |