mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
make sure egw_json_response object get instancated, so it's destructor get called and sends at least an empty response object, checkpoint dont like empty HTTP responses
This commit is contained in:
parent
184f42d994
commit
a66d1d0394
1
json.php
1
json.php
@ -100,6 +100,7 @@ if (isset($_GET['menuaction']))
|
|||||||
throw new egw_exception_assertion_failed("JSON Data contains script tags. Aborting...");
|
throw new egw_exception_assertion_failed("JSON Data contains script tags. Aborting...");
|
||||||
}
|
}
|
||||||
$json->parseRequest($_GET['menuaction'], (array)$_POST['json_data']);
|
$json->parseRequest($_GET['menuaction'], (array)$_POST['json_data']);
|
||||||
|
egw_json_response::get();
|
||||||
common::egw_exit();
|
common::egw_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user