mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
fix fatal error: unsupported operand type in resources_ui line 428; reported on community tracker#3006
This commit is contained in:
parent
8efaf4f349
commit
9b782df25f
@ -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