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
597960d8
Commit
597960d8
authored
May 17, 2016
by
Rafael Ostertag
Browse files
Fixed json in uploadhandler_error.php
parent
3215f068
Changes
1
Hide whitespace changes
Inline
Side-by-side
mockup/api/uploadhandler_error.php
View file @
597960d8
...
...
@@ -7,6 +7,6 @@ header("Content-Type: text/json");
echo
json_encode
([
'status'
=>
"error"
,
'message'
'message'
=>
"error uploading file"
]);
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