user edit permanent sauf si position 1
This commit is contained in:
parent
7168174c39
commit
3bc31b9d73
@ -552,7 +552,7 @@ class user extends common
|
||||
$data = [
|
||||
'name' => $this->getInput('profilEditName', helper::FILTER_STRING_SHORT, true),
|
||||
'readonly' => false,
|
||||
'permanent' => false,
|
||||
'permanent' => $this->getInput('profilEditGroup', helper::FILTER_STRING_LONG, true) === '1' ? true : false,
|
||||
'comment' => $this->getInput('profilEditComment', helper::FILTER_STRING_SHORT, true),
|
||||
'filemanager' => $this->getInput('profilEditFileManager', helper::FILTER_BOOLEAN),
|
||||
'file' => [
|
||||
|
Loading…
Reference in New Issue
Block a user