mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 01:09:10 +01:00
fix for bug #1172: values lost, if error in user-creation/validation
This commit is contained in:
parent
f2ea7ea2f6
commit
e91b4400b9
@ -588,7 +588,7 @@
|
|||||||
$errors = $this->bo->add_user($userData);
|
$errors = $this->bo->add_user($userData);
|
||||||
if(is_array($errors))
|
if(is_array($errors))
|
||||||
{
|
{
|
||||||
$this->create_edit_user($userData,$errors);
|
$this->create_edit_user(0,$userData,$errors);
|
||||||
$GLOBALS['egw']->common->egw_exit();
|
$GLOBALS['egw']->common->egw_exit();
|
||||||
}
|
}
|
||||||
$GLOBALS['egw']->redirect($GLOBALS['egw']->link('/index.php','menuaction=admin.uiaccounts.list_users'));
|
$GLOBALS['egw']->redirect($GLOBALS['egw']->link('/index.php','menuaction=admin.uiaccounts.list_users'));
|
||||||
|
Loading…
Reference in New Issue
Block a user