mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-29 11:31:19 +01:00
Fix newUser
modal
This commit is contained in:
parent
7e96b073f9
commit
ec2a08ac35
@ -15,7 +15,7 @@
|
||||
<label class="label-required" for="language"><?= $this->label('user.language') ?>:</label>
|
||||
<select id="language" name="language">
|
||||
<?php
|
||||
foreach ($admin->translation()->availableLanguages() as $key => $value):
|
||||
foreach (\Formwork\Admin\Translation::availableLanguages() as $key => $value):
|
||||
?>
|
||||
<option value="<?= $key ?>"<?php if ($key === $admin->translation()->code()): ?> selected<?php endif; ?>><?= $value ?></option>
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user