Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_mail
Commits
38399b02
Commit
38399b02
authored
Nov 12, 2018
by
Paul Ilea
Browse files
[BUGFIX] Fix mail content fallback
parent
f519f807
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Service/MailTemplateService.php
View file @
38399b02
...
...
@@ -360,7 +360,7 @@ class MailTemplateService {
$emailView
->
assignMultiple
(
$this
->
markers
);
$emailView
->
assign
(
'all_fields'
,
$this
->
getAllMarker
(
$this
->
markers
));
if
(
NULL
===
$defaultTemplateContent
)
{
if
(
$template
!==
NULL
)
{
$emailView
->
setTemplateSource
(
\
trim
(
$template
->
getSubject
()));
$subject
=
$emailView
->
render
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment