From 108947ec3cfe572cb5066f3703db7f70d362ec67 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 8 Jan 2024 14:42:39 +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 2ba8bf4..6a19ce1 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']), 'help' => 'Chaque espace dispose d\'un dossier spécifique, le choix \'Dossier de l\'espace actif\' le sélectionne automatiquement.' ]); ?>