Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
c7af0b9c
Commit
c7af0b9c
authored
May 29, 2017
by
Aria Givi
Browse files
Update MailController.php
Email angepasst
parent
c65f788c
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/MailController.php
View file @
c7af0b9c
...
...
@@ -231,10 +231,10 @@ class MailController extends Controller
if
(
$new
>
0
)
{
if
(
$emailAddress
!==
""
)
{
Mail
::
to
(
"
aria
@suma-ev.de"
)
Mail
::
to
(
"
dev
@suma-ev.de"
)
->
send
(
new
Sprachdatei
(
$message
,
$output
,
basename
(
$filename
),
$emailAddress
));
}
else
{
Mail
::
to
(
"
aria
@suma-ev.de"
)
Mail
::
to
(
"
dev
@suma-ev.de"
)
->
send
(
new
Sprachdatei
(
$message
,
$output
,
basename
(
$filename
)));
}
}
...
...
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