suite modif
This commit is contained in:
parent
05a6ce437c
commit
a8a9cc26a6
@ -224,7 +224,7 @@ class BlockNewsletterOverride extends BlockNewsletter
|
||||
$data['{attached_file_url}'] = $genericPdf['content'];
|
||||
$data['{attached_file}'] = $genericPdf['name'];
|
||||
}
|
||||
return Mail::Send($this->context->language->id, 'newsletter_conf', Mail::l('Newsletter confirmation', $this->context->language->id), $data, pSQL($email), null, null, null, $fileAttachment, null, _THEMES_DIR_.'modules/blocknewsletter/mails/', false, $this->context->shop->id);
|
||||
return Mail::Send($this->context->language->id, 'newsletter_conf', Mail::l('Newsletter confirmation', $this->context->language->id), $data, pSQL($email), null, null, null, $fileAttachment, null, _THEME_DIR_.'modules/blocknewsletter/mails/', false, $this->context->shop->id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user