diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-08-27 00:31:39 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-09-24 14:02:02 +0200 |
commit | a6cc810349a6827b2828830a4e80e50eb021a74f (patch) | |
tree | d5bcb8254b6a176dde2275d29bfa8303f08e2f7b /lib/public | |
parent | 72319bbc98038cd8eab8ca837c62267b84e435e4 (diff) | |
download | nextcloud-server-a6cc810349a6827b2828830a4e80e50eb021a74f.tar.gz nextcloud-server-a6cc810349a6827b2828830a4e80e50eb021a74f.zip |
mark exclude list as deprecated. It neither used by the files app nor by the
calendar or contacts app. It doesn't make sense to build a exclude list by the
share API, the apps knows best which are valid targets.
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index c8b64cc187c..a0b34a7899b 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -361,7 +361,7 @@ interface Share_Backend { * Get a unique name of the item for the specified user * @param string $itemSource * @param string|false $shareWith User the item is being shared with - * @param array|null $exclude List of similar item names already existing as shared items + * @param array|null $exclude List of similar item names already existing as shared items @deprecated since version OC7 * @return string Target name * * This function needs to verify that the user does not already have an item with this name. |