Download mise en forme

This commit is contained in:
Fred Tempez 2023-07-24 18:00:25 +02:00
parent f1ab4f3c80
commit 1387bfae25
1 changed files with 3 additions and 1 deletions

View File

@ -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 {