Simplify and unify getViewInBroserUrl calls
[MAILPOET-2430]
This commit is contained in:
committed by
Jack Kitterhing
parent
e5fcf5819d
commit
923dc0d1dd
@@ -69,8 +69,7 @@ class NewslettersExporter {
|
||||
'name' => WPFunctions::get()->__('Email preview', 'mailpoet'),
|
||||
'value' => Url::getViewInBrowserUrl(
|
||||
$newsletters[$statisticsRow['newsletter_id']],
|
||||
$subscriber,
|
||||
false
|
||||
$subscriber
|
||||
),
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user