mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
fix PHP 8.0 TypeError: implode(): Argument #1 ($pieces) must be of type array, string given
This commit is contained in:
parent
916565f797
commit
645d3246da
@ -1396,6 +1396,7 @@ class infolog_bo
|
||||
*/
|
||||
function import_mail($_addresses,$_subject,$_message,$_attachments,$_date)
|
||||
{
|
||||
$names = $emails = [];
|
||||
foreach($_addresses as $address)
|
||||
{
|
||||
$names[] = $address['name'];
|
||||
|
Loading…
Reference in New Issue
Block a user