From 1a0e8723c57f0a74f8c3b443f2453e28f1e32308 Mon Sep 17 00:00:00 2001 From: gerhard6380 Date: Wed, 31 May 2017 10:33:35 +0200 Subject: [PATCH] corrected change sorry, I should not change code late in the evening when I am already tired. --- include/api.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);