mirror of
https://github.com/friendica/friendica
synced 2025-04-28 07:44:23 +02:00
"Count" parameter added
This commit is contained in:
parent
f08b08e0d8
commit
3650feb256
2 changed files with 4 additions and 4 deletions
|
@ -129,7 +129,7 @@ class Relay
|
|||
}
|
||||
|
||||
$languages = [];
|
||||
foreach (Item::getLanguageArray($body) as $language => $reliability) {
|
||||
foreach (Item::getLanguageArray($body, 10) as $language => $reliability) {
|
||||
if ($reliability > 0) {
|
||||
$languages[] = $language;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue