mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix PHP 8.0 sending mail: Illegal offset type in isset or empty
This commit is contained in:
parent
a0a89a6b74
commit
d1d8d0833a
@ -551,7 +551,7 @@ class mail_compose
|
||||
}
|
||||
if ($sendOK)
|
||||
{
|
||||
$workingFolder = $activeFolder;
|
||||
$workingFolder = $activeFolder['mailbox'];
|
||||
$mode = 'compose';
|
||||
$idsForRefresh = array();
|
||||
if (isset($_content['mode']) && !empty($_content['mode']))
|
||||
|
Loading…
Reference in New Issue
Block a user