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:
Andreas Stöckel 2010-06-11 10:22:49 +00:00
parent 78103fd02a
commit f5d08b580f

View File

@ -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();