Change segments handling for notification newsletters

This commit is contained in:
Tautvidas Sipavičius
2016-05-18 21:27:58 +03:00
parent 5a03eb9a17
commit 08a8ca4969
3 changed files with 10 additions and 7 deletions

View File

@@ -192,10 +192,6 @@ class Populator {
array(
'name' => 'schedule',
'newsletter_type' => 'notification',
),
array(
'name' => 'segments',
'newsletter_type' => 'notification',
)
);
}