diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php index e7b94d5..7e7ae93 100644 --- a/core/vendor/filemanager/config/config.php +++ b/core/vendor/filemanager/config/config.php @@ -78,7 +78,7 @@ if (!is_null($u) && !is_null($g) && !is_null($userId)) { && $courseId === 'home' ) { // Le dossier affiché est celui du profil - $uploadDir = $g['profil'][$group][$profil]['folder']['path']; + $uploadDir = $g['profil'][$group][$profil]['folder']['path']; // Le premier slash est dans la variable $currentPath = '../../../' . $g['profil'][$group][$profil]['folder']['path']; } else {