From 1387bfae252478b4199890f29978d7d80c25c6d5 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 24 Jul 2023 18:00:25 +0200 Subject: [PATCH] Download mise en forme --- module/download/download.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/download/download.php b/module/download/download.php index 0060b947..35c107a0 100644 --- a/module/download/download.php +++ b/module/download/download.php @@ -715,7 +715,9 @@ class download extends common // L'item existe else { // Soumission du formulaire - if ($this->isPost()) { + if ( + $this->isPost() + ) { if ($this->getUser('group') === self::GROUP_ADMIN) { $newuserid = $this->getInput('downloadEditUserId', helper::FILTER_STRING_SHORT, true); } else {