mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-11 21:50:15 +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();
|
$this->acl();
|
||||||
}
|
}
|
||||||
if ($no_groups === true)
|
if ($no_groups === true || !$this->account_id)
|
||||||
{
|
{
|
||||||
$acl_acc_list = $this->account_id;
|
$acl_acc_list = $this->account_id;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user