mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +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);
|
$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));
|
//error_log(array2string($bodyResponse));
|
||||||
echo $bodyResponse;
|
echo $bodyResponse;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user