forked from ZwiiCMS-Team/ZwiiCampus
commentaire
This commit is contained in:
parent
f74c7fd6f7
commit
2eab0090d1
2
core/vendor/filemanager/config/config.php
vendored
2
core/vendor/filemanager/config/config.php
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user