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
typo3
qfq
Commits
af69e21b
Commit
af69e21b
authored
Nov 24, 2019
by
Carsten Rose
Browse files
Update error message
parent
04ce69d8
Pipeline
#2759
passed with stages
in 4 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/Report/Download.php
View file @
af69e21b
...
...
@@ -519,8 +519,8 @@ class Download {
if
(
empty
(
$filename
)
||
!
file_exists
(
$filename
))
{
throw
new
\
DownloadException
(
json_encode
(
[
ERROR_MESSAGE_TO_USER
=>
'New
ly
created Excel file is broken.'
,
ERROR_MESSAGE_TO_DEVELOPER
=>
"File: '
$filename
'
'
"
]),
ERROR_IO_READ_FILE
);
[
ERROR_MESSAGE_TO_USER
=>
'New created Excel file is broken.'
,
ERROR_MESSAGE_TO_DEVELOPER
=>
"File: '
$filename
'"
]),
ERROR_IO_READ_FILE
);
}
if
(
empty
(
$vars
[
DOWNLOAD_EXPORT_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