diff options
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r-- | apps/files_sharing/lib/Controller/ShareAPIController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareAPIController.php b/apps/files_sharing/lib/Controller/ShareAPIController.php index 4b044450957..1ba4d441bc0 100644 --- a/apps/files_sharing/lib/Controller/ShareAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareAPIController.php @@ -2059,7 +2059,7 @@ class ShareAPIController extends OCSController { * Send a mail notification again for a share. * The mail_send option must be enabled for the given share. * @param string $id the share ID - * @param string $password optional, the password to check against. Necessary for password protected shares. + * @param string $password the password to check against. Necessary for password protected shares. * @throws OCSNotFoundException Share not found * @throws OCSForbiddenException You are not allowed to send mail notifications * @throws OCSBadRequestException Invalid request or wrong password |