summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorF. E Noel Nfebe <fenn25.fn@gmail.com>2024-05-06 18:28:18 +0100
committerGitHub <noreply@github.com>2024-05-06 18:28:18 +0100
commit27143302f25f9e9767c0bbc0835f1a25e4ff058e (patch)
treefc0fe6064555472b063051124b33f90365da4c77
parent206b69d23bb7864cf1270f40e3025a81e7fac9e4 (diff)
(temp) Update apps/files_sharing/lib/Controller/ShareAPIController.php44219-share-server-respect-empty-expiry-date
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: F. E Noel Nfebe <fenn25.fn@gmail.com>
-rw-r--r--apps/files_sharing/lib/Controller/ShareAPIController.php2
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 cc82a5f9112..fd5e562f934 100644
--- a/apps/files_sharing/lib/Controller/ShareAPIController.php
+++ b/apps/files_sharing/lib/Controller/ShareAPIController.php
@@ -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)