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