Skip to content

Commit

Permalink
Fixes missing variable after 9a4bd8b
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Mar 8, 2024
1 parent 4b83e5c commit f289a4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/controllers/SendoutsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,8 @@ public function actionPreview(int $sendoutId): Response
'testContactCriteria' => ['status' => ContactElement::STATUS_ACTIVE],
'testContacts' => $campaignType ? $campaignType->getTestContactsWithDefault() : [],
'actions' => [],
'system' => [
'memoryLimit' => ini_get('memory_limit'),
'timeLimit' => ini_get('max_execution_time'),
],
'memoryLimit' => ini_get('memory_limit'),
'timeLimit' => ini_get('max_execution_time'),
'isDynamicWebAliasUsed' => SettingsHelper::isDynamicWebAliasUsed($sendout->siteId),
'getHtmlBodyActionUrl' => UrlHelper::actionUrl('campaign/sendouts/get-html-body'),
'sendTestActionUrl' => UrlHelper::actionUrl('campaign/sendouts/send-test'),
Expand Down

0 comments on commit f289a4b

Please sign in to comment.