This commit is contained in:
Thomas Zilio 2020-01-15 11:38:41 +01:00
parent 672d35bb8c
commit 5720c8f0a2
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ switch ($name) {
$errors[] = tr("L'email inserita non possiede un formato valido");
}
if (empty($check['smtp-check'])) {
if (isset($check['smtp-check']) && empty($check['smtp-check'])) {
$result = false;
$errors[] = tr("Impossibile verificare l'origine dell'email");
}