corrected change

sorry, I should not change code late in the evening when I am already tired.
This commit is contained in:
gerhard6380 2017-05-31 10:33:35 +02:00 committed by GitHub
parent bbddea03e9
commit 1a0e8723c5
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);