From 806a114f2bd9d00661bdfe4a094b694fd4e46058 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 14 Jun 2023 11:30:04 +0200 Subject: [PATCH] make sure to show download button only one time Signed-off-by: Simon L --- apps/files_sharing/templates/public.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index abb3b195bc6..39c41fc90f4 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -62,7 +62,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
- +
() @@ -74,8 +74,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
- - +
 () -- 2.39.5