mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
"fixed warning (wrong parameter in array_unshift), if account_id not set"
This commit is contained in:
parent
ac34881766
commit
372b571e32
@ -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