From 2ff37db45a69da64720687244444745c21a8b1a5 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Wed, 13 Mar 2024 11:18:44 +0000 Subject: [PATCH] bugfix send document empty recipient --- www/lib/class.erpapi.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/lib/class.erpapi.php b/www/lib/class.erpapi.php index facbeff0..7a62a6b2 100644 --- a/www/lib/class.erpapi.php +++ b/www/lib/class.erpapi.php @@ -25593,6 +25593,8 @@ function MailSendFinal($from,$from_name,$to,$to_name,$betreff,$text,$files="",$p $recipients = []; $to_csv = ""; + $to_array = array(); + $to_name_array = array(); $to_name_csv = ""; // Prepare names and addresses