From: gerhard6380 Date: Wed, 31 May 2017 08:33:35 +0000 (+0200) Subject: corrected change X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1a0e8723c57f0a74f8c3b443f2453e28f1e32308;p=friendica.git corrected change sorry, I should not change code late in the evening when I am already tired. --- diff --git a/include/api.php b/include/api.php index d8864a5ab3..5d962ecd03 100644 --- a/include/api.php +++ b/include/api.php @@ -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);