From c8be7f84a4e2c9d57dd0dc3e23399ce52a2ac84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Tue, 17 Sep 2024 19:18:26 +0200 Subject: [PATCH] =?UTF-8?q?Corrige=20un=20bug=20de=20d=C3=A9co=20apr=C3=A8?= =?UTF-8?q?s=20=C3=A9dition=20du=20compte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/user/user.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/module/user/user.php b/core/module/user/user.php index 7c8fd109..d1d0ac2b 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -345,6 +345,7 @@ class user extends common 'files' => $this->getInput('userEditFiles', helper::FILTER_BOOLEAN), 'language' => $this->getInput('userEditLanguage', helper::FILTER_STRING_SHORT), 'tags' => $this->getInput('userEditTags', helper::FILTER_STRING_SHORT), + 'authKey' => $this->getData(['user', $this->getUrl(2), 'authKey']), ] ]); // Redirection spécifique si l'utilisateur change son mot de passe