mirror of
https://github.com/friendica/friendica
synced 2025-04-22 13:10:11 +00:00
Constant for undeterminded language
This commit is contained in:
parent
7a13d8b8ac
commit
9075d7f37d
5 changed files with 11 additions and 7 deletions
|
@ -645,7 +645,7 @@ class User
|
|||
}
|
||||
|
||||
if (!DI::config()->get('system', 'relay_deny_undetected_language')) {
|
||||
$languages['un'] = 'un';
|
||||
$languages[L10n::UNDETERMINED_LANGUAGE] = L10n::UNDETERMINED_LANGUAGE;
|
||||
}
|
||||
|
||||
ksort($languages);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue