From 7168174c39d14d12fa69a6ab32b9cd647245d437 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 27 Jul 2023 08:01:10 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20et=20=C3=A9dition=20de=20profil,=20prop?= =?UTF-8?q?ri=C3=A9t=C3=A9=20permanent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/user/user.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/module/user/user.php b/core/module/user/user.php index a9f38e9c..45286491 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -552,6 +552,7 @@ class user extends common $data = [ 'name' => $this->getInput('profilEditName', helper::FILTER_STRING_SHORT, true), 'readonly' => false, + 'permanent' => false, 'comment' => $this->getInput('profilEditComment', helper::FILTER_STRING_SHORT, true), 'filemanager' => $this->getInput('profilEditFileManager', helper::FILTER_BOOLEAN), 'file' => [ @@ -655,6 +656,7 @@ class user extends common $data = [ 'name' => $this->getInput('profilAddName', helper::FILTER_STRING_SHORT, true), 'readonly' => false, + 'permanent' => false, 'comment' => $this->getInput('profilAddComment', helper::FILTER_STRING_SHORT, true), 'filemanager' => $this->getInput('profilAddFileManager', helper::FILTER_BOOLEAN), 'file' => [