This commit is contained in:
Yuri Kuznetsov
2021-10-05 15:07:12 +03:00
parent 9c864af409
commit f1fddb7325
+1 -1
View File
@@ -416,7 +416,7 @@ class Importer
$parentType = $email->get('parentType');
$parentId = $email->get('parentId');
if (!$parentId || ~$parentType) {
if (!$parentId || !$parentType) {
return;
}