From 4bcf5506bf864ec5d9aa675bb492d5866463f57a 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 ad83732cc28..78825c203e7 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);
- - +
 ()