diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-02-05 20:00:07 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-02-06 13:31:54 +0100 |
commit | 8486d617645a5ef75da34df10ed663ef77bed257 (patch) | |
tree | 5d42cc3c1b68139827e8cb0f90447664050b784f /lib/public | |
parent | 3028ec5440a3c4d448bbaf8a6b246391bea22317 (diff) | |
download | nextcloud-server-8486d617645a5ef75da34df10ed663ef77bed257.tar.gz nextcloud-server-8486d617645a5ef75da34df10ed663ef77bed257.zip |
getSharesBy should also expire link shares
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/share/ishareprovider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/share/ishareprovider.php b/lib/public/share/ishareprovider.php index 25fa76369ab..b339ce63d34 100644 --- a/lib/public/share/ishareprovider.php +++ b/lib/public/share/ishareprovider.php @@ -101,7 +101,7 @@ interface IShareProvider { * @param bool $reshares Also get the shares where $user is the owner instead of just the shares where $user is the initiator * @param int $limit The maximum number of shares to be returned, -1 for all shares * @param int $offset - * @return \OCP\Share\IShare Share[] + * @return \OCP\Share\IShare[] * @since 9.0.0 */ public function getSharesBy($userId, $shareType, $node, $reshares, $limit, $offset); |