mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Sort the user languages
This commit is contained in:
parent
ec16e7c0e6
commit
9e47cde90c
1 changed files with 1 additions and 0 deletions
|
@ -612,6 +612,7 @@ class User
|
||||||
}
|
}
|
||||||
DBA::close($channels);
|
DBA::close($channels);
|
||||||
|
|
||||||
|
ksort($languages);
|
||||||
return array_keys($languages);
|
return array_keys($languages);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue