User edit profil select current value

This commit is contained in:
Fred Tempez 2024-01-08 14:42:19 +01:00
parent 1a61f34c19
commit 0720db7b17
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
<?php echo template::select('profilEditPath', $module::$sharePath, [
'label' => 'Dossier',
'class' => 'filemanager',
'selected' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'folder', 'path'])
'selected' => '.' . $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'folder', 'path'])
]); ?>
</div>
</div>