mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 14:51:35 +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;
|
$perm_cats[$cat['id']] = $s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $perm_cats;
|
return isset($perm_cats)?$perm_cats:array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user