unobscure item before applying connection filter

This commit is contained in:
redmatrix 2015-08-04 15:59:18 -07:00
parent 56045093cc
commit a61fc00fa4
2 changed files with 4 additions and 1 deletions

View File

@ -3377,6 +3377,9 @@ function post_is_importable($item,$abook) {
return true;
require_once('include/html2plain.php');
unobscure($item);
$text = prepare_text($item['body'],$item['mimetype']);
$text = html2plain($text);

View File

@ -1 +1 @@
2015-08-03.1113
2015-08-04.1114