fix typo
This commit is contained in:
parent
a70815967c
commit
15e7456aa8
1 changed files with 3 additions and 1 deletions
|
@ -49,10 +49,12 @@ class CAcert_User_Emails {
|
|||
$row = $res->fetch(PDO::FETCH_ASSOC);
|
||||
|
||||
foreach ($variants as $variant) {
|
||||
$emails[] = $variants . '@' . $row['domain'];
|
||||
$emails[] = $variant . '@' . $row['domain'];
|
||||
}
|
||||
}
|
||||
|
||||
// Log::Log()->debug(__METHOD__ . ' addresses ' . implode(',', $emails));
|
||||
|
||||
return $emails;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue