forked from extern/egroupware
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)
|
function xajax_redirect(&$anon_account)
|
||||||
{
|
{
|
||||||
$response = new egw_json_response();
|
$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();
|
$response->printOutput();
|
||||||
|
|
||||||
common::egw_exit();
|
common::egw_exit();
|
||||||
|
Loading…
Reference in New Issue
Block a user