mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 04:48:49 +01:00
fix creation of new accounts failed
This commit is contained in:
parent
b68637b2c7
commit
a4b4bae571
@ -148,7 +148,7 @@ class admin_account
|
|||||||
$old['account_groups'] = $content['old_account']['account_groups'];
|
$old['account_groups'] = $content['old_account']['account_groups'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($content['deny_edit'] || empty($old))
|
if ($content['deny_edit'] || $old === array())
|
||||||
{
|
{
|
||||||
return ''; // no need to save account data, if nothing changed
|
return ''; // no need to save account data, if nothing changed
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user