(temp) Update apps/files_sharing/lib/Controller/ShareAPIController.php

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: F. E Noel Nfebe <fenn25.fn@gmail.com>
44219-share-server-respect-empty-expiry-date
F. E Noel Nfebe 2 weeks ago committed by GitHub
parent 206b69d23b
commit 27143302f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -549,7 +549,7 @@ class ShareAPIController extends OCSController {
* @param string $publicUpload If public uploading is allowed
* @param string $password Password for the share
* @param string|null $sendPasswordByTalk Send the password for the share over Talk
* @param ?string $expireDate The expiry date of the share in the user's timezone (UTC) at 00:00.
* @param ?string $expireDate The expiry date of the share in the user's timezone at 00:00.
* If $expireDate is not supplied or set to `null`, the system default will be used.
* @param string $note Note for the share
* @param string $label Label for the share (only used in link and email)

Loading…
Cancel
Save