Merge branch 'hotfix/3.5.3'

This commit is contained in:
yuri
2015-07-30 17:05:29 +03:00
+1 -1
View File
@@ -284,7 +284,7 @@ class Importer
$bodyPlain .= $email->get('bodyPlain') . "\n";
}
$bodyPlain .= $content;
$email->set('bodyPlain', $content);
$email->set('bodyPlain', $bodyPlain);
} else if ($type == 'text/html') {
$body = '';
if ($email->get('body')) {