mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 21:08:54 +01:00
"fixed warning (wrong parameter in array_unshift), if account_id not set"
This commit is contained in:
parent
ce4176ef9a
commit
bb1ff6dfcb
@ -133,7 +133,7 @@ class acl
|
||||
{
|
||||
$this->acl();
|
||||
}
|
||||
if ($no_groups === true)
|
||||
if ($no_groups === true || !$this->account_id)
|
||||
{
|
||||
$acl_acc_list = $this->account_id;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user