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