User edit langue sélectionnée

This commit is contained in:
Fred Tempez 2022-10-23 17:38:47 +02:00
parent 821c8644c8
commit 0fd14d2fee
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<div class="col6">
<?php echo template::select('userEditLanguage', $module::$languagesInstalled, [
'label' => 'Langues',
'selected' => $this->getData(['user', $this->getUrl(2), 'language'])
'selected' => $this->getData(['user', $this->getUser('id'), 'language'])
]); ?>
</div>
<div class="col6">