Download mise en forme
This commit is contained in:
parent
f1ab4f3c80
commit
1387bfae25
@ -715,7 +715,9 @@ class download extends common
|
|||||||
// L'item existe
|
// L'item existe
|
||||||
else {
|
else {
|
||||||
// Soumission du formulaire
|
// Soumission du formulaire
|
||||||
if ($this->isPost()) {
|
if (
|
||||||
|
$this->isPost()
|
||||||
|
) {
|
||||||
if ($this->getUser('group') === self::GROUP_ADMIN) {
|
if ($this->getUser('group') === self::GROUP_ADMIN) {
|
||||||
$newuserid = $this->getInput('downloadEditUserId', helper::FILTER_STRING_SHORT, true);
|
$newuserid = $this->getInput('downloadEditUserId', helper::FILTER_STRING_SHORT, true);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user