Merge pull request #3508 from gerhard6380/patch-1

corrected change
This commit is contained in:
Michael Vogel 2017-05-31 11:03:28 +02:00 committed by GitHub
commit 90904b42ed
1 changed files with 3 additions and 3 deletions

View File

@ -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);