From 4dfd73453eedf3846ee8fcfc2f965d1abffbe3ff Mon Sep 17 00:00:00 2001 From: F TEMPEZ Date: Tue, 27 Feb 2024 13:57:26 +0100 Subject: [PATCH] salsh dans la variable du profil --- core/vendor/filemanager/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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