set correct global conf
This commit is contained in:
parent
7fef9a813e
commit
29c049e358
@ -48,7 +48,7 @@ function emailing_prepare_head(Mailing $object)
|
||||
$h++;
|
||||
}
|
||||
|
||||
if (empty($conf->global->EMAILING_USE_ADVANCED_SELECTOR))
|
||||
if (!empty($conf->global->EMAILING_USE_ADVANCED_SELECTOR))
|
||||
{
|
||||
$head[$h][0] = DOL_URL_ROOT."/comm/mailing/advtargetemailing.php?id=".$object->id;
|
||||
$head[$h][1] = $langs->trans("MailAdvTargetRecipients");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user