mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 11:21:42 +02:00
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…
x
Reference in New Issue
Block a user