forked from extern/egroupware
fix PHP Fatal: array_merge(): Argument #1 must be of type array, null given
This commit is contained in:
parent
0ea32818c8
commit
e52ab349e6
@ -2849,7 +2849,7 @@ class mail_compose
|
||||
}
|
||||
}
|
||||
}
|
||||
return array_values(array_merge($_emailAddressList, $addrFromList));
|
||||
return array_values(array_merge((array)$_emailAddressList, $addrFromList));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user