fix email validation problem
This commit is contained in:
parent
aa237d8628
commit
f1e85efcf9
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ return [
|
||||||
}
|
}
|
||||||
|
|
||||||
$recipients = $data->isTest
|
$recipients = $data->isTest
|
||||||
? $kirby->users()->pluck('email', true, true)
|
? $kirby->users()->pluck('email', null, true)
|
||||||
: page('inscription')->subscribers()->toStructure()->pluck('email', true, true);
|
: page('inscription')->subscribers()->toStructure()->pluck('email', true, true);
|
||||||
|
|
||||||
if (empty($recipients)) {
|
if (empty($recipients)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue