unobscure item before applying connection filter
This commit is contained in:
parent
56045093cc
commit
a61fc00fa4
@ -3377,6 +3377,9 @@ function post_is_importable($item,$abook) {
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
require_once('include/html2plain.php');
|
require_once('include/html2plain.php');
|
||||||
|
|
||||||
|
unobscure($item);
|
||||||
|
|
||||||
$text = prepare_text($item['body'],$item['mimetype']);
|
$text = prepare_text($item['body'],$item['mimetype']);
|
||||||
$text = html2plain($text);
|
$text = html2plain($text);
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-08-03.1113
|
2015-08-04.1114
|
||||||
|
Reference in New Issue
Block a user