Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
df3c779e
Commit
df3c779e
authored
Jan 23, 2018
by
Carsten Rose
Browse files
remove typo
parent
8d2711af
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/report/SendMail.php
View file @
df3c779e
...
...
@@ -133,7 +133,7 @@ class SendMail {
}
if
(
!
empty
(
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_BCC
]))
{
$args
[]
=
'-bcc "'
.
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_BCC
]
.
'"'
;
;
$args
[]
=
'-bcc "'
.
$mailConfig
[
SENDMAIL_TOKEN_RECEIVER_BCC
]
.
'"'
;
}
if
(
!
empty
(
$mailConfig
[
SENDMAIL_TOKEN_SUBJECT
]))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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