mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix PHP Undefined index warning
This commit is contained in:
parent
c931ab2a8f
commit
b79861f8cf
@ -4083,7 +4083,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
$this->changeProfile($icServerID);
|
||||
}
|
||||
|
||||
$bodyResponse = $this->get_load_email_data($messageID,$_partID,$folder,$_htmloptions, $_POST['smime_passphrase']);
|
||||
$bodyResponse = $this->get_load_email_data($messageID,$_partID,$folder,$_htmloptions, $_POST['smime_passphrase'] ?? null);
|
||||
//error_log(array2string($bodyResponse));
|
||||
echo $bodyResponse;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user