mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fix fatal error: unsupported operand type in resources_ui line 428; reported on community tracker#3006
This commit is contained in:
parent
48139cfafc
commit
356d4b0db6
@ -108,7 +108,7 @@ class bo_acl
|
||||
$perm_cats[$cat['id']] = $s;
|
||||
}
|
||||
}
|
||||
return $perm_cats;
|
||||
return isset($perm_cats)?$perm_cats:array();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user