From 0720db7b17458a0456db51a2b76aff090e51adfc Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 8 Jan 2024 14:42:19 +0100 Subject: [PATCH] User edit profil select current value --- core/module/user/view/profilEdit/profilEdit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/user/view/profilEdit/profilEdit.php b/core/module/user/view/profilEdit/profilEdit.php index cfd01db7..265f708c 100644 --- a/core/module/user/view/profilEdit/profilEdit.php +++ b/core/module/user/view/profilEdit/profilEdit.php @@ -152,7 +152,7 @@ 'Dossier', 'class' => 'filemanager', - 'selected' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'folder', 'path']) + 'selected' => '.' . $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'folder', 'path']) ]); ?>