mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Resources: Fix category ACL with no admin added a blank user, which then failed validation
This commit is contained in:
parent
950f069fb2
commit
ff2c360dde
@ -198,7 +198,7 @@ class resources_acl_ui
|
||||
try {
|
||||
$cats->edit($content);
|
||||
resources_acl_bo::set_rights(
|
||||
$content['id'], $content['read'], $content['write'], $content['calread'], $content['calwrite'], Array($content['admin'])
|
||||
$content['id'], $content['read'], $content['write'], $content['calread'], $content['calwrite'], $content['admin']
|
||||
);
|
||||
if($content['location'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user