mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:38:54 +01:00
fix Unsupported operand types: array + bool
This commit is contained in:
parent
b813f403a7
commit
d50c14b5ed
@ -775,7 +775,7 @@ class setup_cmd_ldap extends setup_cmd
|
||||
{
|
||||
$account_id = $account['account_id'];
|
||||
}
|
||||
$account += $accounts_obj->read($account_id);
|
||||
$account += $accounts_obj->read($account_id) ?: [];
|
||||
|
||||
if ($account['account_type'] == 'g')
|
||||
{
|
||||
@ -1130,4 +1130,4 @@ class setup_cmd_ldap extends setup_cmd
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user