mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-07 22:10:01 +01:00
"fixed warning (wrong parameter in array_unshift), if account_id not set"
This commit is contained in:
parent
a200ab98f9
commit
3102177fbc
@ -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