- Fixes subscribers not being added to list(s) upon import

This commit is contained in:
Vlad
2016-11-29 14:58:42 -05:00
parent f77e24105d
commit 9a0bb52860
2 changed files with 11 additions and 4 deletions

View File

@@ -378,7 +378,7 @@ class Import {
);
}
$this->addSubscribersToSegments(
array_keys($result),
$result,
$this->segments
);
return $result;