From 20485620062c964cc5e6d071f395b464688de87f Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 9 May 2023 09:01:26 +0200 Subject: [PATCH] =?UTF-8?q?Edition=20user=20s=C3=A9lection=20langue=20par?= =?UTF-8?q?=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 2 +- core/module/user/view/edit/edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 43a34f1f..d2a5d3eb 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ # Changelog ## Version 12.3.10 +- Edition d'un utilisateur, sélection de la langue de sont interface. - Mise à jour du fichier dialog.php de Responsive File Manager -- Vulnérabilité dans ajax_call.php CVE-2020-10567 ## Version 12.3.09 ### Corrections diff --git a/core/module/user/view/edit/edit.php b/core/module/user/view/edit/edit.php index 3846d0c6..79023126 100644 --- a/core/module/user/view/edit/edit.php +++ b/core/module/user/view/edit/edit.php @@ -93,7 +93,7 @@
'Langues', - 'selected' => $this->getData(['user', $this->getUser('id'), 'language']) + 'selected' => $this->getData(['user', $this->getUrl(2), 'language']) ]); ?>