forked from Wavyzz/dolibarr
Merge pull request #20763 from frederic34/patch-1
default value is second parameter of getDolGlobalString
This commit is contained in:
@@ -264,7 +264,7 @@ if (empty($reshook) && $action == 'create_ticket' && GETPOST('save', 'alpha')) {
|
||||
$infos_new_ticket .= $langs->transnoentities('TicketNewEmailBodyInfosTrackUrl').'<br><br>';
|
||||
|
||||
$message .= $infos_new_ticket;
|
||||
$message .= getDolGlobalString('TICKET_MESSAGE_MAIL_SIGNATURE') ? getDolGlobalString('TICKET_MESSAGE_MAIL_SIGNATURE') : $langs->transnoentities('TicketMessageMailSignatureText', $mysoc->name);
|
||||
$message .= getDolGlobalString('TICKET_MESSAGE_MAIL_SIGNATURE', $langs->transnoentities('TicketMessageMailSignatureText', $mysoc->name));
|
||||
|
||||
$sendto = GETPOST('email', 'alpha');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user