mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 09:14:32 +02:00
Improved handling of undetected languages
This commit is contained in:
parent
da02df20c3
commit
08738e6551
2 changed files with 6 additions and 8 deletions
|
@ -188,7 +188,7 @@ class Relay
|
|||
}
|
||||
}
|
||||
|
||||
if (empty($detected)) {
|
||||
if (empty($detected) && empty($languages)) {
|
||||
$detected = ['un'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue