Small formatting issue

This commit is contained in:
Michael 2017-08-27 07:02:44 +00:00
parent a36c8a0173
commit d8acb62ba6
1 changed files with 3 additions and 5 deletions

View File

@ -346,11 +346,9 @@ function feed_import($xml,$importer,&$contact, &$hub, $simulate = false) {
}
$item["body"] = html2bbcode($body);
if ($item["body"] == "") {
if ($item["title"] != '') {
$item["body"] = $item["title"];
$item["title"] = '';
}
if (($item["body"] == '') && ($item["title"] != '')) {
$item["body"] = $item["title"];
$item["title"] = '';
}
if (!strstr($item["body"], '[url') && ($item['plink'] != '')) {