Make $preview = true default for view-in-broser URL

[MAILPOET-2430]
This commit is contained in:
Jan Jakeš
2020-02-04 15:47:54 +01:00
committed by Jack Kitterhing
parent 2f59ab4c50
commit eb1c7673e3
5 changed files with 6 additions and 11 deletions

View File

@@ -71,8 +71,7 @@ class NewslettersExporter {
'',
$newsletters[$statisticsRow['newsletter_id']],
$subscriber,
false,
true
false
),
];
}