Skip to content
Snippets Groups Projects
Commit e8e4a631 authored by Janis Daniel Dähne's avatar Janis Daniel Dähne
Browse files

- fixed var undefined bug / typo

parent f4622879
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ $response = array(
if ($isDebug) {
debug(json_encode($respone));
debug(json_encode($response));
}
output($status_code_Ok, "", $response);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment