- Corrects exported subscriber count
- Properly exports subscribers not in any list - Adds test for export class constructor method Resolves #221
This commit is contained in:
@@ -75,7 +75,7 @@ class Import {
|
||||
'updated' => count($updatedSubscribers),
|
||||
'segments' => $segments->getSegments()
|
||||
),
|
||||
'profile' => $this->timeExecution()
|
||||
'profiler' => $this->timeExecution()
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user