This commit is contained in:
redmatrix 2015-12-01 20:21:44 -08:00
parent 20ce7a2d9f
commit 25caeee854

View File

@ -3474,7 +3474,7 @@ function post_is_importable($item,$abook) {
unobscure($item);
$text = prepare_text($item['body'],$item['mimetype']);
$text = html2plain($text);
$text = html2plain(($item['title']) ? $item['title'] . ' ' . $text : $text);
$lang = null;