mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fixed problem with generation of numerical indices in _egw_json_getFormValue, using the new global parameter of egw_json_response.redirect in json.php
This commit is contained in:
parent
78103fd02a
commit
f5d08b580f
2
json.php
2
json.php
@ -19,7 +19,7 @@
|
||||
function xajax_redirect(&$anon_account)
|
||||
{
|
||||
$response = new egw_json_response();
|
||||
$response->redirect($GLOBALS['egw_info']['server']['webserver_url'].'/login.php?cd=10');
|
||||
$response->redirect($GLOBALS['egw_info']['server']['webserver_url'].'/login.php', true);
|
||||
$response->printOutput();
|
||||
|
||||
common::egw_exit();
|
||||
|
Loading…
Reference in New Issue
Block a user