This commit is contained in:
Fred Tempez 2025-01-22 12:42:37 +01:00
parent 2e9cfaa991
commit 81a996c714

View File

@ -479,7 +479,7 @@ class form extends common
if (!empty($singlemail)) {
$to[] = $singlemail;
}
if (is_array($to)) {
if (empty($to)=== false) {
// Sujet du mail
$subject = $this->getData(['module', $this->getUrl(0), 'config', 'subject']);
if ($subject === '') {