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
d7c5f082
Commit
d7c5f082
authored
May 23, 2017
by
Aria Givi
Browse files
Fehler behoben, lag an Namensgebung
parent
6aecb324
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/MailController.php
View file @
d7c5f082
...
...
@@ -333,7 +333,7 @@ class MailController extends Controller
$zip
->
close
();
return
response
()
->
download
(
"langfiles.zip"
,
"langfiles
.zip"
);
return
response
()
->
download
(
"langfiles.zip"
,
$filename
.
"
.zip"
);
}
...
...
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