Sort list of languages
This commit is contained in:
parent
36e400b4ba
commit
e954e8037b
@ -65,6 +65,8 @@ class FormAdmin
|
|||||||
if ($selected == 'auto') print ' selected="true"';
|
if ($selected == 'auto') print ' selected="true"';
|
||||||
print '>'.$langs->trans("AutoDetectLang").'</option>';
|
print '>'.$langs->trans("AutoDetectLang").'</option>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sort($langs_available);
|
||||||
$num = count($langs_available);
|
$num = count($langs_available);
|
||||||
$i = 0;
|
$i = 0;
|
||||||
if ($num)
|
if ($num)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user