- Renames and updates sending queue worker

- Updates mailer router's send() method
This commit is contained in:
MrCasual
2015-12-04 12:31:54 -05:00
parent beb939df9e
commit c2fde308cb
7 changed files with 125 additions and 62 deletions

View File

@@ -12,7 +12,7 @@ class BootStrapMenu {
function getSegments($withConfirmedSubscribers = false) {
$segments = ($this->action === 'import') ?
Segment::getSegmentsForImport() :
Segment::getSegmentsWithSubscriberCount() :
Segment::getSegmentsForExport($withConfirmedSubscribers);
return array_map(function ($segment) {
return array(