Sort the user languages

This commit is contained in:
Michael 2023-11-05 20:38:49 +00:00
parent ec16e7c0e6
commit 9e47cde90c
1 changed files with 1 additions and 0 deletions

View File

@ -612,6 +612,7 @@ class User
}
DBA::close($channels);
ksort($languages);
return array_keys($languages);
}