Skip to content
Snippets Groups Projects
Commit 597960d8 authored by Rafael Ostertag's avatar Rafael Ostertag
Browse files

Fixed json in uploadhandler_error.php

parent 3215f068
Branches
Tags
No related merge requests found
......@@ -7,6 +7,6 @@ header("Content-Type: text/json");
echo json_encode([
'status' => "error",
'message'
'message' => "error uploading file"
]);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment