Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chrode authored Jul 19, 2024
1 parent 1a5f6c6 commit 9daa1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/EmailController.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public function createAction(\Slub\SlubForms\Domain\Model\Email $newEmail, array
$this->sendTemplateEmail(
array($newEmail->getSenderEmail() => $newEmail->getSenderName()),
array($this->settings['senderEmailAddress'] => LocalizationUtility::translate('slub-forms.senderEmailName', 'slub_forms') . ' - noreply'),
array()
array(),
LocalizationUtility::translate('slub-forms.senderSubject', 'slub_forms') . ' ' . $form->getTitle(),
'ConfirmEmail',
array( 'email' => $newEmail,
Expand Down

0 comments on commit 9daa1a2

Please sign in to comment.