diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php index 7e7ae93..ce81f40 100644 --- a/core/vendor/filemanager/config/config.php +++ b/core/vendor/filemanager/config/config.php @@ -79,7 +79,7 @@ if (!is_null($u) && !is_null($g) && !is_null($userId)) { ) { // Le dossier affiché est celui du profil $uploadDir = $g['profil'][$group][$profil]['folder']['path']; // Le premier slash est dans la variable - $currentPath = '../../../' . $g['profil'][$group][$profil]['folder']['path']; + $currentPath = '../../..' . $g['profil'][$group][$profil]['folder']['path']; } else { // Le membre est dans un espace, forçage vers le dossier de l'espace