Fix PHP8 warning

This commit is contained in:
Aleksander Machniak 2023-08-01 15:34:33 +02:00
parent 1b212f3ee2
commit 5d28225264

View file

@ -3333,6 +3333,7 @@ $("#rcmfd_new_category").keypress(function(event) {
$error_msg = $this->gettext('errorimportingevent');
$success = false;
$deleted = false;
$dontsave = false;
if ($status == 'delegated') {
$to = rcube_utils::get_input_value('_to', rcube_utils::INPUT_POST, true);