This commit is contained in:
ldestailleur
2025-06-04 15:10:31 +02:00
parent ae06fde2c5
commit 659600ea4e

View File

@@ -2886,7 +2886,7 @@ class Ticket extends CommonObject
$sendtocc = array();
if (getDolGlobalInt("TICKET_SEND_INTERNAL_CC")) {
$sendtocc = explode(',', getDolGlobalInt("TICKET_SEND_INTERNAL_CC"));
$sendtocc = explode(',', getDolGlobalString("TICKET_SEND_INTERNAL_CC"));
}
// don't try to send email if no recipient
@@ -2995,7 +2995,7 @@ class Ticket extends CommonObject
$sendtocc = array();
if (getDolGlobalInt("TICKET_SEND_INTERNAL_CC")) {
$sendtocc = explode(',', getDolGlobalInt("TICKET_SEND_INTERNAL_CC"));
$sendtocc = explode(',', getDolGlobalString("TICKET_SEND_INTERNAL_CC"));
}
// Don't try to send email when no recipient