diff --git a/include/api.php b/include/api.php index caf316d76..d8864a5ab 100644 --- a/include/api.php +++ b/include/api.php @@ -2289,6 +2289,11 @@ $called_api = null; $statushtml = "

" . bbcode($item['title']) . "

\n" . $statushtml; } + // feeds without body should contain the link ++ if (($item['network'] == NETWORK_FEED) && (strlen($item['body']) == 0)) { ++ $statushtml .= bbcode($item['plink']); ++ } + $entities = api_get_entitities($statustext, $body); return array(