Merge pull request #3508 from gerhard6380/patch-1

corrected change
2022.09-rc
Michael Vogel 2017-05-31 11:03:28 +02:00 zatwierdzone przez GitHub
commit 90904b42ed
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -2290,9 +2290,9 @@ $called_api = null;
}
// feeds without body should contain the link
+ if (($item['network'] == NETWORK_FEED) && (strlen($item['body']) == 0)) {
+ $statushtml .= bbcode($item['plink']);
+ }
if (($item['network'] == NETWORK_FEED) && (strlen($item['body']) == 0)) {
$statushtml .= bbcode($item['plink']);
}
$entities = api_get_entitities($statustext, $body);