Small formatting issue

2022.09-rc
Michael 2017-08-27 07:02:44 +00:00
rodzic a36c8a0173
commit d8acb62ba6
1 zmienionych plików z 3 dodań i 5 usunięć

Wyświetl plik

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