diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-02-02 16:57:50 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-02-03 19:25:29 +0100 |
commit | eb904c7aa9c9fc7235c82d7a7b522b46291ea5f2 (patch) | |
tree | ccad68542a5a3df2f1cfea023bb64c9606638e13 /lib/public | |
parent | 78be766cf543d738a3822a3cd614634acb7262d0 (diff) | |
download | nextcloud-server-eb904c7aa9c9fc7235c82d7a7b522b46291ea5f2.tar.gz nextcloud-server-eb904c7aa9c9fc7235c82d7a7b522b46291ea5f2.zip |
[Share 2.0] Fix defaultshare provider
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 a14d58734bc..25fa76369ab 100644 --- a/lib/public/share/ishareprovider.php +++ b/lib/public/share/ishareprovider.php @@ -129,7 +129,7 @@ interface IShareProvider { /** * Get shared with the given user * - * @param stromg $userId get shares where this user is the recipient + * @param string $userId get shares where this user is the recipient * @param int $shareType * @param Node|null $node * @param int $limit The max number of entries returned, -1 for all |