mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Fix #732
This commit is contained in:
parent
672d35bb8c
commit
5720c8f0a2
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user