Skip to content

Commit

Permalink
[Bugfix] Fixed a bug when attaching a feedback xml would not work wit…
Browse files Browse the repository at this point in the history
…h symfony mailer
  • Loading branch information
zoglo committed Nov 4, 2022
1 parent 94d6d8e commit 5b16412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/forms/ExposeForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ protected function attachFeedbackXml($objRealEstate, $arrSubmitted)
(
'tmp_name' => TL_ROOT . '/' . $filePath,
'name' => 'feedback.xml',
'type' => 'xml'
'type' => 'application/xml'
);
}

Expand Down

0 comments on commit 5b16412

Please sign in to comment.