commentaire

This commit is contained in:
Fred Tempez 2024-02-27 09:56:45 +01:00
parent f74c7fd6f7
commit 2eab0090d1

View File

@ -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 {