Form 4.6
This commit is contained in:
parent
2e9cfaa991
commit
81a996c714
@ -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 === '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user