mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:56 +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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user